what is single inheritance?

Answer Posted / abhilash

when the one class is derived the properties of another
class is known as single inhritance.child class derived the
properties of parent class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a string using recursive function?

1879


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

1021


What is polymorphism oop?

708


When not to use object oriented programming?

675


What is polymorphism explain its types?

784






Why is oop useful?

699


What is overriding in oops?

705


What is abstraction and encapsulation?

662


what type of question are asked in thoughtworks pair programming round ?

1848


What is the real life example of polymorphism?

713


Is this job good for future? can do this job post grduate student?

1795


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1751


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2195


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6584


What is an interface in oop?

675