Answer Posted / jyoti lohani
the parent class behaviour & properties are define in child
class that's call inheritance. if child class inherit more
then one parent class that call multiple inheritance.
EX: class X
{
/* ---*/
}
class y
{
/*----*/
}
class z:x,y
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is html an oop?
What is polymorphism and types?
What are objects in oop?
what is different between oops and c++
What are the benefits of polymorphism?
How do you explain polymorphism?
What is byval and byref? What are differences between them?
Why do pointers exist?
How many human genes are polymorphic?
Why do we use class in oops?
Can abstract class have normal methods?
Write a c++ program to display pass and fail for three student using static member function
what type of question are asked in thoughtworks pair programming round ?
write string class as your own class in java without using any built-in function
What is difference between oop and pop?