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 |
Why is polymorphism needed?
What is the difference between abstraction and polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
program for insertion ,deletion,sorting in double link list
What is design patterns in C++?
what isthe difference between c structure and c++ class
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
what is difference between objects and function
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are different oops concepts?
write knight tour problem which is present in datastructure
What is the difference between Home and $Home?