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?

Answer Posted / tanu agarwal

single inheritance is defined as the one in which derived
class inherits only one base class .

Is This Answer Correct ?    21 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2222


Where is pseudocode used?

1028


Why do we use class in oops?

914


How do you use inheritance in unity?

1024


What is an advantage of polymorphism?

1029


What is the highest level of cohesion?

987


How does polymorphism work?

1076


Why is polymorphism important in oop?

1010


When not to use object oriented programming?

1015


What is class and example?

1087


which feature are not hold visual basic of oop?

2147


What is basic concept of oop?

1104


What is the difference between procedural programming and oops?

1056


What is a class in oop?

1044


Can we create object of abstract class?

1028