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 / ranjit kumar nayak

inheritance is single bcoz it sharing the property between
two classes.one is called parent another is child.

Is This Answer Correct ?    75 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is interface? When and where is it used?

2148


write a program to find 2^n+1 ?

2048


What is ambiguity in inheritance?

1095


What is object in oop with example?

1214


What is data binding in oops?

1069


What is the real life example of polymorphism?

1153


How do you define social class?

1051


What is class encapsulation?

1081


Can private class be inherited?

1149


What is object-oriented programming? Webopedia definition

1246


class type to basic type conversion

2386


Can we define a class within the interface?

1024


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

2276


What is the types of inheritance?

1084


What is a class in oop?

1106