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.<br>After creation the user need not know the specifics of the working of a class. Source: CoolInterview.com
class is user defined data type that contains or hold both data and member function.it is the collection of different data types Source: CoolInterview.com
Answered by: Amit Mishra | Date: 4/12/2009
| Contact Amit Mishra
Class is the collection of data members and member function
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/10/2010
| Contact nicku
Class is the collection of data members and member function.
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/16/2010
| Contact nicku
class is a collection of object in similiar type.class is a user defined data type. Source: CoolInterview.com
Answered by: govindhan | Date: 8/17/2010
| Contact govindhan
D entire set of data & code of an object can be made by a user defined datatype with d help of a "class" Source: CoolInterview.com
Answered by: Chandramouli | Date: 8/23/2010
| Contact Chandramouli
class is collection of different data type and function in on unit, is called class. it is similar to blue print. Source: CoolInterview.com
Answered by: bablu | Date: 9/8/2010
| Contact bablu
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|