can main method be overloaded...???
How..????
Answers were Sorted based on User's Feedback
Answer / 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 |
Ravindranath,
You have forgot another one
1. int main(void) { ... }
2. int main (int argc, char** argv) { ... }
3. void main(int argc, char ** argv, char** environment)
| Is This Answer Correct ? | 5 Yes | 1 No |
What is polymorphism in oops with example?
Is this job good for future? can do this job post grduate student?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is the difference between class and structure?
Why is abstraction used?
tel me oops defination in single line
What is a class and object?
How can you overcome the diamond problem in inheritance?
What is an example of genetic polymorphism?
What is Iteration Hierarchy? What is what is Object behavioral concept?
why oops need in programming
How is polymorphism achieved?