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();
}
No Answer is Posted For this Question
Be the First to Post Answer
any one please tell me the purpose of operator overloading
How would you stop a class from class from being derived or inherited.
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the types of abstraction?
oops concept is used for?
Which is better struts or spring?
Is this job good for future? can do this job post grduate student?
What is Object and Class? What are the differences between them?
What is polymorphism and example?
What is a null tree?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
How Do you Code Composition and Aggregation in C++ ?