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 5
Sorting Options :  

The process of creating new classes, called derived classes, from existing classes, called base classes. The derived classes inherit all the capabilities of the base class and also can add new features of its own. ...
Category: OOPS   Tags : Inheritance

Yes, In C++ we can derive a class C from B which is derived from A -- multilevel inheritance.In C++ we can derive a class D from two base classes A and B -- multiple inheritance. This may cause a problem in case A and B are derived from a single base ...
Category: OOPS   Tags : Inheritance

Class used for the multiple inheritance in JAVA? A. anonymous class B. inner class C. abstract class D. none
Category: Technical   Tags : Abstract, Inheritance

Skill/Topic: IntermediateA) TrueB) FalseExplanation: Only classes can inherit. Structs can’t. 
structs can inherit interfaces ...
Category: C#   Tags : Inheritance

A) Using interfaces.B) Using abstract classesC) Using final classesD) None of the above 
In java multiple inheritance is not allowed(but allowed in C++).In java you can have at most  one direct base class. A base class can have many subclass. ...
Category: Java   Tags : Inheritance

A) Reusability of codeB) accessibility of variables of the superclass by subclasses.C) Accessibility of methods of the superclass by subclasses.D) a,b are true 
A) Reusability of codeB) accessibility of variables of the superclass by subclasses.C) Accessibility of methods of the superclass by subclasses. ...
Category: Java   Tags : Inheritance

Inheritence is inclusion of behaviour and/or state in the derived class.Aggregation is an association in which one class belongs to a collection. This is part of whole relationship where a part can exist without a whole. This is also called weaker relationship.Aggregation ...
Read Answers (2) | Asked by : anuradha
Category: Core Java   Tags : Inheritance

hi every bodyjava doesn't supports multiple inheritance .It supports via the interface implementationwhat actually means multiple inheritance:suppose class & sub classes use same type of function names and atlast when u call in the  main method ...
Read Answers (2) | Asked by : bhaskar
Category: Java   Tags : Inheritance

Multiple Inheritance is not removed, it is implemented by means of Interfaces in Java ...
Read Answers (2) | Asked by : vmshenoy
Category: Java   Tags : Inheritance

Yes, Php supports Inheritance.Lets go for an example,Class Pay{      var $Amt=10;      var $M="";      Function CheckAmt($Amt){               ...
Category: PHP   Tags : Inheritance

View page << Previous 1 2 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 279
5samiksc 231
6Sujatars 206
7Beena 194
8sivanesh.a 189
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