GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Inheritance Questions and Answers


 Sponsored Links

 
 Inheritance Questions and Answers - Page 7
Sorting Options :  

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

An interface is a specification that exists between software components that specifies a selected means of interaction, by means of properties of other software modules, which abstract and encapsulate their data. Java does not support multiple inheritance, ...
Read Answers (1) | Asked by : Beena
Category: Core Java   Tags : Inheritance

What are different properties provided by Object-oriented systems ? Can you explain different properties of Object Oriented Systems? Whats difference between Association , Aggregation and Inheritance relationships?
Read Answers (1) | Asked by : sanker
Category: ASP.NET   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
1sudhakar2068 390
2sahu 324
3jainbrijesh 282
4sampra 278
5samiksc 231
6Sujatars 206
7Beena 194
8sivanesh.a 188
9sithusithu 161
10sujatham 142
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  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape