Why is there no multiple inheritance?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What is for loop and its syntax?
What do you mean by variable?
What is polymorphism oop?
can you give real time example for polymarphism
What is stream in oop?
what is the function of 'this' operator ?
what is the difference between javap and jad utility
Program to print 0 to 9 in cross order
tell about copy constructor
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
Why do we need oop?