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 code for call by value and call by reference?
difference between static and non-static variables?
what i oops concept, how many languages supports oops concept?
What is the oops and benefits of oops programming?
What is polymorphism in oops?
Please tell me the oops concept with detailed answer
what is abstract class ? when is used in real time ? give a exp
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
i^=j; j^=i; i^=j; value of i,j
What is the significance of classes in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?