STL (140)
OOPS (873)
C++ General (2409) In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
1 3987What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 43031Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
2091what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
2359
Describe delete operator?
Why do we use structure in c++?
why is c++ called oops? Explain
Is c the same as c++?
What is the full form of oops?
What are static member functions?
State the difference between delete and delete[].
What is overloading and its types?
When should we use container classes instead of arrays?
Why is oop better than procedural?
Is c++ pass by reference or value?
sir please send me bpcl previous question papers
Can we define a constructor as virtual in c++?
What is the C-style character string?
What are the 4 main oop principles?