how much classes are used in c++
Answers were Sorted based on User's Feedback
We can use more classes these are userdefined and builtin
classes
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / saurabh
We can use as many classes as we want in our program..
By the way AMIT, main() is a function and not a class
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / preeti goyal
In each program main is a function. but main is also hold
by a class so atleast one class is necessary.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / amit
WE CAN DEFINE AS MANY CLASSES AS WE WANT.THERE IS NO
RESTRICATION.BUT THERE IS ATLEST ONE CLASS i.e. main()
| Is This Answer Correct ? | 8 Yes | 14 No |
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
what is main difference between object oriented object base
what is virtual function?
hi all..i want to know oops concepts clearly can any1 explain??
What are the components of marker interface?
why the argument is passed by reference to a copy constructor?example?
What normal C constructs work differently in C++?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
In multilevel inheritance constructors will be executed from the .... class to ... class
what is overloading and overriding?
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.