can main method be overloaded...???
How..????
Answer Posted / ravindranath m
you can overload the main method, but only one version
should exist.
1. int main(void) { ... }
2. int main (int argc, char** argv) { ... }
| Is This Answer Correct ? | 22 Yes | 12 No |
Post New Answer View All Answers
What is object-oriented programming? Webopedia definition
#include
What are the 3 principles of oop?
What are the benefits of oop?
How does polymorphism work?
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
What is oops in simple words?
What is property in oops?
What is super in oop?
Can abstract class have normal methods?
How is class defined?
is there any choice in opting subjects like 4 out of 7
What is encapsulation and abstraction? How are they implemented in C++?
Is enum a class?
What is the main feature of oop?