how does a main() in C++ is different from main() in C?
Answer Posted / bhanu
in c main() is a function, in c++ main() a class
| Is This Answer Correct ? | 8 Yes | 24 No |
Post New Answer View All Answers
What is balance factor?
What is destructor example?
Why is destructor used?
What are the benefits of interface?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
what's the basic's in dot net
Why is object oriented programming so hard?
What is encapsulation in oops?
What is the diamond problem in inheritance?
Can we create object of abstract class?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How oops is better than procedural?
Advantage and disadvantage of routing in telecom sector
Why do we use polymorphism in oops?
What is constructor overloading in oop?