-
-
-
-
-
-
Modular Structered and OOPS
Compare Modular Structered Programming and Object Oriented Programming
-
C++ Default Function
What are the four functions that compiler automatically provides? How can you prevent compiler to provide automatically?
-
OBJECT and INSTANCE
What Is The Difference Between Object and Instance?
-
-
Virtual key word
can access any private member of the base class through the derived class FUNCTION IF IT IS VIRTUAL?
-
-
-
What is namespace?
Namespaces allow us to group a set of global classes, objects and/or functions under a name. To say it somehow, they serve to split the global scope in sub-scopes known as namespaces. The form to use namespaces is: namespace identifier { namespace-body }Where identifier is any valid identifier and namespace-body is the set of classes, objects and functions that are included...
-
-
C Double dimensional arrays
How can double dimensional arrays be dynamically initialized in C ?
-
What is the difference between structures and classes in C++?
There is only one difference ,in classes the members are private by default whereas it is not so in structures.
-
-
-
-
C++ Interview Questions
Ans