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
Which type does string inherit from?
what is the use of mutable key word
What is stream in oop?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is polymorphism what are the different types of polymorphism?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
Program to print 0 to 9 in cross order
What is abstraction oop?
what is function over loading?
What is polymorphism what is it for and how is it used?
What is oops in programming?
What are properties in oop?