programming languages Online Quiz - 74
Description: programming languages Online Quiz - 74 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Association in UML can be represented by:
Suppose that the Test class does not have an overloaded assignment operator. What happens when an assignment a=b; is given for two Test objects a and b?
Peer-to-peer relationship is a type of _________.
Which of the following are good reasons to use an object oriented language.
What is wrong with the following code? int * x = (int *) malloc(100 * sizeof(int)); x = realloc(x, sizeof(int) * 200);
An application uses encapsulation to achieve ________
When a class uses dynamic memory, what member functions should be provided by the class?
Which are the main three features of OOP language?
We can write any C# code on the code behind of workflow. True or false
How to pass data to a workflow
How to access an outargument in the designer
How to resume a bookmark
Which technologies are used in Activity designer
How to define a designer for an activity
Whether InOutarguments are supported in WF4.0
Which method in custom activity contains the execution logic