why in java first invoke public static void main(String args[])
method????Why not public static void method1(String args[])??
Answer / amit
Becuase the main(String args[]) need not to call by user it
will be call automatically And method1(String args[]) need to
call user.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the diffrence between c# and c++
if u write a class do u write Assignment operator and copy constructor
what is the use of template classes in c++
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
Is enum a class?
Is data hiding and abstraction same?
OOP'S advantages of inheritance include:
Out of 4 concepts, which 3 C++ Follow?
Give two or more real cenario of virtual function and vertual object
Can you name some types of inheritance?
What is multidimensional array?