Answer Posted / p suresh kumar
It is a non-member function, but having access to class
members.
| Is This Answer Correct ? | 49 Yes | 5 No |
Post New Answer View All Answers
What do you mean by overloading?
Which is better struts or spring?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why is polymorphism used?
Is this job good for future? can do this job post grduate student?
What is persistence in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What does sksksk mean in text slang?
what are the different types of qualifier in java?
What is an interface in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What are two types of polymorphism?
Why it is called runtime polymorphism?