Is java the same as c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What is the benefit of encapsulation?
Can you please explain the difference between overloading and overriding?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
what Is DCS ? what i will get benefit when i did?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What are c++ templates used for?
Define a pointer to a data member of the type pointer to pointer?
Do we have private destructors?
Is c++ the most powerful language?
What is a parameterized type?
How to avoid a class from instantiation?