Explain the advantages of inheritance.
No Answer is Posted For this Question
Be the First to Post Answer
what are the ways in which a constructors can be called?
what is the difference between function template and template of function?explain with example.
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(); }
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
What does no cap mean?
what are the ways in which a constructors can be called?
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
What is solid in oops?
How to hide the base class functionality in Inheritance?
what type of question are asked in thoughtworks pair programming round ?
What are the 3 pillars of oop?
OOP'S advantages of inheritance include: