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 |
why constructor cannt be declar virtually? why destructor cannt be overloaded?
what is the difference between class and structure in C++?
Out of 4 concepts, which 3 C++ Follow?
explain the concepts of oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is abstraction with example?
Write 7 differences between "Public" function and "Private" function?
What is abstraction in oop?
how to swap to variables without using thrid variable in java?
What is meant by oops concept?
Why is polymorphism important in oop?
is there any choice in opting subjects like 4 out of 7