| |
GeekInterview.com > Interview Questions > Programming > C++
| Print | |
| Question: What is a class?
Answer: Class is a user-defined data type in C++. It can be created to solve a particular kind of problem. After creation the user need not know the specifics of the working of a class. |
| July 07, 2008 23:38:49 |
#10 |
| ajish babu |
Member Since: July 2008 Total Comments: 2 |
RE: What is a class? |
| Class is a data type .Class is a blue print of objects. Class gives an opportunity to define his on class according to his problem rather than using existing data type like float, char e.t.c. |
| |
Back To Question | |