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 destructor in oop?
What is difference between abstraction and encapsulation?
What is the advantage of oop over procedural language?
What is encapsulation and abstraction? How are they implemented in C++?
Can main method override?
What is use of overloading?
Why do pointers exist?
What is advantage of inheritance?
write string class as your own class in java without using any built-in function
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
program for insertion ,deletion,sorting in double link list
Can a destructor be called directly?
What is the renewal class?
What is a class in oop?
What is methods in oop?