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
#include
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is inheritance and how many types of inheritance?
What is encapsulation process?
What is abstraction in oop with example?
What is the diamond problem in inheritance?
How is polymorphism achieved?
What is coupling in oops?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Can an interface inherit a class?
What is the significance of classes in oop?
Can you explain polymorphism?
Why is destructor used?
What is the real time example of encapsulation?
What is encapsulation and abstraction? How are they implemented in C++?