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 does and I oop and sksksk mean?
Why do we use class?
When you define a integer it gets stored in which data structure?(Stack or a heap)
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
What is abstraction in oop?
What is polymorphism in oops?
What is class and object in oops?
why to use operator overloading
what is object slicing?
Which is the parameter that is added to every non-static member function when it is called?
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
Can destructor be overloaded?