programming languages Online Quiz - 74
Description: programming languages Online Quiz - 74 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
If a catch statement is written to catch exception objects of a base class type, it can also catch all _____ derived from that base class
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 the result of this code? myObj *foo = operator new(sizeof(foo));
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?
Reusability can be achieved through?
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
Activitydesigner is a Xaml file with no code behind
Which method in custom activity contains the execution logic