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
Differentiate between an array and a list?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What is the use of 'using' declaration in c++?
Can we declare a base-class destructor as virtual?
What is a c++ vector?
Explain the differences between list x; & list x();.
Can a class be static in c++?
What is the purpose of ios::basefield in the following statement?
Is swift better than c++?
What are virtual functions in c++?
Can we sort map in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is the difference between the parameter to a template and the parameter to a function?
How can you differentiate between inheritance and implementation in c++?
Is there any difference between int [] a and int a [] in c++?