GeekInterview.com
  I am new, Sign me up!
 

Inheritance Questions and Answers


 Sponsored Links

 
 Inheritance Questions and Answers - Page 7
Sorting Options :  

it is the process by which child class acquires the properties of parent class. so an object in child class needn't carry its own defination of data and methods that are generic to parent class. ...
Category: Java   Tags : Inheritance

inheritance is an OOPS concept by which a class can acquire the characteristics of another class.The class from which its inheriting is called base class  and the class which is inheriting is called sub class.class demo1{}class demo2 extends ...
Category: Java   Tags : Inheritance

multiple inheritance is not allowed in java because to avoid naming collisions. ex:- if a class inherit two classes and let the two parent(base) classes have a method with same name. then child class will inherit only one of them , a naming collision ...
Category: Java   Tags : Inheritance

B'coz there is a possibility of ambiguity while calling the the function if same function is exists in both the super classes. ...
Category: Java   Tags : Inheritance

Whenever u want to derieve a class having multiple ancestors or base calsses u have use Multiple InheritanceIt can be done as followsclass A{- - - };class B{---};class C:public A,public B{---}; ...
Category: OOPS   Tags : Inheritance

Inheritance is using a generalized class to derive a more specific functionality without re-writing the existing basic functionality code.A base class or parent class contains generalized functions. A derived class reuses the base class functions and ...
Category: OOPS   Tags : Inheritance

Multiple inheritance refers to a class being derived from two or more classes.Multilevel inheritance refers to a class inheriting from a parent class which is itself derived from another class.Multilevel inheritance is supported by all OOPs languages. ...
Category: OOPS   Tags : Inheritance

Inheritance offers the following advantages --Developement model closer to real life object model with hierarchical relationshipsReusability -- facility to use public methods of base class without rewriting the sameExtensibility -- extending the base ...
Category: OOPS   Tags : Inheritance

Inheritance helps in the reusability of the code. The class from which another class is derived is called base class. Those methods of the base class can be overridden. The deried class can also implement the methids of the base class. C#.net does not ...
Category: ASP.NET 2.0   Tags : Inheritance

In VB - Inherits In C# - Colon (:) ...
Category: ASP.NET 2.0   Tags : Inheritance

View page << Previous 3 4 5 6 [7] 8 9 Next  >>

Ask A Question
Go Top
 Sponsored Links

 
Expert Members
# User Name Count
1mathan_vel 408
2sudhakar2068 390
3srinivasulub1981 380
4sahu 323
5jainbrijesh 283
6sampra 278
7samiksc 231
8Sujatars 206
9Beena 194
10G.D.S.Prasad 191
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape