+ 1
Can we progress the program without class
Why class is so important in c++
3 Answers
+ 1
What is main work of class in c++
+ 2
Unlike in Java, a C++ program can be written and executed without classes.
+ 2
Similar to other OO languages C++ Classes provide a template to create objects that can be used to model real world entities during problem solving.