can main method be overloaded...???
How..????
Answer Posted / kishore kumar naik p
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 |
Post New Answer View All Answers
What is encapsulation with real life example?
c++ program to swap the objects of two different classes
What is the types of inheritance?
Why is abstraction needed?
What is polymorphism what are the different types of polymorphism?
What is difference between inheritance and polymorphism?
What are the advantages of polymorphism?
What does and I oop mean?
What is a class and object?
Can you inherit a private class?
What is object in oop?
What are different oops concepts?
how to get the oracle certification? send me the answer
What is multilevel inheritance in oop?
How oops is better than procedural?