Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is single inheritance?

Answers were Sorted based on User's Feedback



what is single inheritance?..

Answer / saurav deep

WHEN A CLASS (CALLED DERIVED CLASS) IS BEING DERIVED BY A
SINGLE CLASS(CALLED BASE CLASS) IS CALLED SINGLE
INHERITANCE.......

Is This Answer Correct ?    2 Yes 0 No

what is single inheritance?..

Answer / yuvaraajaa

The derived class has only one base class its called a
single inheritance

Is This Answer Correct ?    1 Yes 0 No

what is single inheritance?..

Answer / shanthan

which has one base class and one derived class. this inheritance is called single inheritance

Is This Answer Correct ?    1 Yes 0 No

what is single inheritance?..

Answer / abi

A COMMON FORM OF INHERITANCE
CLASS HAVE ONLY ONE BASE CLASS

Is This Answer Correct ?    0 Yes 0 No

what is single inheritance?..

Answer / 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

what is single inheritance?..

Answer / dom wadegu

is when a subclass is derived fully from one superclass.

Is This Answer Correct ?    0 Yes 0 No

what is single inheritance?..

Answer / alameen

In "single inheritance," a common form of inheritance,
classes have only one base class. Consider the relationship
illustrated in the following figure.
Simple Single-Inheritance Graph


Note the progression from general to specific in the
figure. Another common attribute found in the design of
most class hierarchies is that the derived class has
a "kind of" relationship with the base class. In the
figure, a Book is a kind of a PrintedDocument, and a
PaperbackBook is a kind of a book.
One other item of note in the figure: Book is both a
derived class (from PrintedDocument) and a base class

Is This Answer Correct ?    8 Yes 9 No

what is single inheritance?..

Answer / rishika

it is the process of creating new classes from an existing base class

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is meant by multiple inheritance?

0 Answers  


What is polymorphism and example?

0 Answers  


sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....

2 Answers  


How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)

1 Answers  


Whats is abstraction in oops?

0 Answers  


Why polymorphism is used in oops?

0 Answers  


wht is major diff b/w c and c++?

10 Answers  


What is the main feature of oop?

0 Answers  


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

0 Answers  


Please send ford technologies placement paper 2 my mail id

0 Answers  


What do you mean by stack program? Get me an example stack program?

4 Answers  


Why do we need oop?

0 Answers  


Categories