Resource Type | Posted On |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Which class does define the member function put()? | Oct 13 |
Identify all the members of the following class xyz: | Jun 16 |
By default, the members of a class are | Jun 01 |
Data flow diagram is also known as - Select option | Dec 15 |
The default constructor for class A is - select option | Sep 30 |
Find if the following function prototype contains any error: double area(int ) | Dec 02 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Compile time polymorphism is also known as. select option | Dec 31 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
What is the general format of calling a static member function using a class... | Nov 02 |
Which functions can have access to the private and protected members of a class? | Dec 02 |
Which statement(s) is true about the visibility of inherited members? Select... | Oct 13 |
Which code segments will convert a class object namely sample to type double? | Sep 06 |
Operator Overloading is also known by the term | Jan 07 |
Selection structure is also known by which option | Jul 29 |
Which functions are also known by the name ? | Dec 21 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
Which is not an input/output stream class? - Select option | Aug 16 |
Which is not supported by the string class? - Select option | Oct 10 |
Which of the following can be used to identify the objects in object oriented... | Dec 15 |
Which header file in C++ does contain function prototypes for memory allocation? | Nov 23 |
|
Which of the following does a derived class inherit from a base class? | Sep 18 |
Which is true, if a derived class is publicly inherited from base class? | Sep 19 |
The declaration of a class includes which option | Mar 14 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
What is the difference between == and object.Equals? | Oct 05 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
Is it true that objects don't always get destroyed immediately when the last ref... | Sep 25 |
What size is a .NET object? | Jan 14 |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
Which object-oriented relationship can provide this information? | Dec 15 |
Which is NOT true about function objects? | Mar 09 |
In which object does Delphi place its SQL? | Dec 21 |
What are some database objects? | Dec 21 |
EXAMINING OBJECTS CREATED BY A USER | Dec 17 |
How do I know when my thread pool work item has completed? | Nov 20 |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
Select true option for A friend function | Nov 03 |
Which of the following is not true about static member variable? | Jul 25 |
How will you assign value ‘5’ to the variable ‘x’ inside a member function using... | Aug 11 |
Operator overloading is necessary because - select option | May 22 |
Which overloads a unary minus operator and returns no values - Select option | Mar 21 |