Resource Type | Posted On |
Which of the following is not true about constructors and destructors? | Oct 28 |
Which of the following statements are true about copy constructors? Select... | Jul 09 |
Are C# destructors the same as C++ destructors? | Dec 03 |
Are C# constructors the same as C++ constructors? | Sep 07 |
Which is NOT true about Templates? - Select option | Oct 27 |
Which is NOT true about function objects? | Mar 09 |
Can I call a virtual method from a constructor/destructor? | Sep 08 |
Which of the following is NOT true about virtual functions? | Aug 13 |
Which of the following is NOT true about pure virtual function? | Mar 20 |
Which of the following is not true about member functions? | Jul 28 |
Which of the following is not true about static member variable? | Jul 25 |
Which of the following is not true about the code segment given below? | Jan 14 |
Which of the following statement(s) is NOT true regarding the above code? sele... | Oct 05 |
Which of the following is not a keyword? | Aug 27 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
Which of the following is true about pointers? | Jul 03 |
If C# destructors are so different to C++ destructors, why did MS use the same... | Nov 21 |
Which of the following statements do incorrectly describe the characteristics of... | Oct 18 |
Which of the following statements do correctly describe the characteristics of... | Dec 06 |
Which of the following is called an implicit constructor for the class xyz? | Sep 26 |
Which of the following would assigns the string “welcome” to the second construc... | Nov 20 |
Should I make my destructor virtual? | Sep 24 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
The default constructor for class A is - select option | Sep 30 |
Which is not true about operator overloading? - select option | Oct 13 |
|
Which statement(s) is NOT true about catch (…) statement? - Select option | Dec 08 |
Which is NOT true about prototyping process? - Select option | Dec 15 |
Why am I getting an InvalidOperationException when I serialize an ArrayList? | Dec 13 |
Which of the following languages is not a procedure oriented programming... | Oct 16 |
Which of the following is not a user-defined data type? | Jan 13 |
Which of the following is not a member-dereferencing operator? | Nov 15 |
Which of the following is not a sequence container available in STL? | Jun 25 |
Which of the following flags do not have any bit fields? - Select option | Oct 20 |
Which of the following are not the advantages of class templates in C++? | Apr 24 |
Which of the following is true about code in description? - Select option | Nov 01 |
Which of the following is true about object-oriented analysis (OOA) approach? | Dec 15 |
Which of the following is true about new operator? | Oct 16 |
Which of the following is true about scope resolution operator? | May 06 |
Which of the following is true about a function call in a C++ program? | Oct 03 |
Which one of the following options is true on the topic of Simula67? | Nov 21 |
Which the following is true regarding the statement? const simple m(a,b); Se... | Sep 19 |
Which of the following is true while passing objects as function arguments? It i... | Feb 24 |
Which is not associated with Object-oriented programming? | Feb 25 |
Object-based programming languages do not support | Nov 12 |
C++ does not support | Feb 25 |
Which interrupt is not level-sensitive in 8085? | May 01 |
Will below statements will work or not? | Dec 21 |
Is it true that objects don't always get destroyed immediately when the last ref... | Sep 25 |
Select true option for A friend function | Nov 03 |
Which is a correct description of the destructor ‘sample’ and includes output... | Sep 01 |