Resource Type | Posted On |
Which of the following is called an implicit constructor for the class xyz? | Sep 26 |
Identify all the members of the following class xyz: | Jun 16 |
The default constructor for class A is - select option | Sep 30 |
Are C# constructors the same as C++ constructors? | Sep 07 |
Can I call a virtual method from a constructor/destructor? | Sep 08 |
Which of the following does a derived class inherit from a base class? | Sep 18 |
What is the general format of calling a static member function using a class... | Nov 02 |
Consider a class X, which includes a virtual function called X_output. | Feb 16 |
Which of the following statements do correctly describe the characteristics of... | Dec 06 |
Which of the following would assigns the string “welcome” to the second construc... | Nov 20 |
Which of the following statements are true about copy constructors? Select... | Jul 09 |
Which of the following is not true about constructors and destructors? | Oct 28 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Which of the following function calls is correct while providing default... | Feb 25 |
Which function call does invoke the following function prototype? float sub1(int... | Feb 13 |
Which of the following is true about a function call in a C++ program? | Oct 03 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
Why did they call it .NET? | Nov 19 |
Explain the difference between a JMP instruction and CALL instruction | Oct 26 |
Compare CALL and PUSH instructions | Jul 03 |
Define a namespace called ‘samplespace’, which includes a member variable,namely... | Dec 15 |
Which of the following is associated with the process of a class organization? | Dec 15 |
Which of the following statement defines more than one generic data type in a cl... | Apr 08 |
Which of the following are not the advantages of class templates in C++? | Apr 24 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
|
Which is true, if a derived class is publicly inherited from base class? | Sep 19 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
Which class does define the member function put()? | Oct 13 |
The declaration of a class includes which option | Mar 14 |
By default, the members of a class are | Jun 01 |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
When you call a function by passing the address of a data variable, it is know a... | Sep 16 |
In 8085 which is called as High order / Low order Register? | Feb 12 |
Pick out the correct usage of the list function called, splice(). | Jun 03 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
Identify if any error in the following code segment | Jan 04 |
Consider the following code segment and select one of the option | Oct 27 |
Which of the following operators cannot be overloaded? | Feb 11 |
Which of the following is true about pointers? | Jul 03 |
Find if the following function prototype contains any error: double area(int ) | Dec 02 |
Identify which function prototype exhibits the following: Name of the function i... | Feb 25 |
Identify the variables, which are local to the following function | Nov 08 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
What is the output of the following code? | Feb 24 |
Which of the following is not a keyword? | Aug 27 |
Write the equivalent C++ statement for the following expression | Dec 01 |
Which of the following accurately sums up the Requirements Development PA | Aug 11 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |