Answer Posted / adnan sheikh
A class is the collection of related function and data
together and object is the instance of the class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the "delete" operator?
How do you compile the source code with your compiler?
What is auto type c++?
Write about an iterator class?
What is the use of endl in c++ give an example?
How do you differentiate between overloading the prefix and postfix increments?
What is encapsulation in C++? Give an example.
Is eclipse good for c++?
Can we declare a base-class destructor as virtual?
What are proxy objects in c++?
How the virtual functions maintain the call up?
Differentiate between late binding and early binding.
What happens when the extern "c" char func (char*,waste) executes?
Refer to a name of class or function that is defined within a namespace?
Can recursive program be written in C++?