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 class encapsulation?
What is cohesion in oop?
Get me an image implementation program.
What is object and class in oops?
What is solid in oops?
Can private class be inherited?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why is encapsulation used?
What is difference between inheritance and polymorphism?
What is destructor in oop?
Explain the advantages of inheritance.
hi all..i want to know oops concepts clearly can any1 explain??
What does <> mean pseudocode?
What are objects in oop?