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 protected in oop?
write string class as your own class in java without using any built-in function
What is byval and byref? What are differences between them?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are oops methods?
What are the 3 principles of oop?
How do you define a class in oop?
What is stream in oop?
What is interface in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is property in oops?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why we use classes in oop?
can we make game by using c
Prepare me a program for the animation of train