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 overriding in oop?
What exactly is polymorphism?
What is meant by multiple inheritance?
What is oops concept with example?
Is data hiding and abstraction same?
What is byval and byref? What are differences between them?
What is interface in oop?
class type to basic type conversion
What is basic concept of oop?
Can we create object of abstract class?
Can you inherit a private class?
What is overloading in oop?
Advantage and disadvantage of routing in telecom sector
What is static modifier?
What is difference between abstraction and encapsulation?