Answer Posted / divyaja
Sometimes, a programmer will want to
define a custom "thing" and the operations
that can be performed on that "thing"
• A class is the definition
• An object is a particular instance of a class
• Classes contain
– data, called members
– functions, called methods
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what are the iterator and generic algorithms.
What is else if syntax?
What is pointer in c++ with example?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Difference between delete and free.
How do you write a function that can reverse a linked-list?
What is the basic structure of a c++ program?
What are the basic data types used in c++?
Difference between a copy constructor and an assignment operator.
What is nested class in c++?
Explain the concept of friend function in c++?
What c++ is used for?
What is switch case in c++ syntax?
What is purpose of new operator?
What is istream c++?