Resource Type | Posted On |
Which of the following OOP concepts is supported by Inheritance? | Dec 25 |
Does C# support multiple inheritance (MI)? | Oct 16 |
C++ Templates support the concept of - Select option | Sep 23 |
Which one of the following OOP concepts enables reusability of components? | May 28 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
A C++ program structure is based on the concept of | Mar 25 |
The concept of hierarchical classification is related to | Aug 30 |
Basic concepts in memory interfacing | Feb 04 |
Object-based programming languages do not support | Nov 12 |
C++ does not support | Feb 25 |
Is there built-in support for tracing/logging? | Sep 19 |
Does C# support a variable number of arguments? | Sep 02 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
Which feature of C++ does allow you to handle such kind of mulitpath... | Aug 04 |
C++ supports a mechanism virtual function to achieve. select option | Dec 13 |
Does the .NET Framework have in-built support for serialization? | Sep 22 |
Which is not supported by the string class? - Select option | Oct 10 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
Consider the following code segment and select one of the option | Oct 27 |
Which of the following operators cannot be overloaded? | Feb 11 |
Identify all the members of the following class xyz: | Jun 16 |
Identify if any error in the following code segment | Jan 04 |
Which of the following accurately sums up the Requirements Development PA | Aug 11 |
Which of the following features that distinguish object oriented programming fro... | Jun 09 |
|
What is the output of the following code? | Feb 24 |
Write the equivalent C++ statement for the following expression | Dec 01 |
Which of the following is true about pointers? | Jul 03 |
Which of the following is not a keyword? | Aug 27 |
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 |
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 correct combination for the following data | Jan 28 |
Which of the following SQL statements will work? | Dec 21 |
Explain the following terms giving suitable examples: | Jan 20 |
Which of the following will be used to access the two entries, namely key and va... | Apr 21 |
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 functions in C++ replace the usage of macros in C? | Sep 07 |
Which of the following is not a user-defined data type? | Jan 13 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is NOT true about virtual functions? | Aug 13 |
What would be the output of the following code 2? | Sep 16 |
Which of the following is NOT true about pure virtual function? | Mar 20 |
Which of the following is true about scope resolution operator? | May 06 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
Which of the following is true about new operator? | Oct 16 |
Consider the following code: cout<< “Welcome”; This is an example of which opti... | Oct 28 |