GeekInterview.com
  I am new, Sign me up!
 

Inheritance Questions and Answers


 Sponsored Links

 
 Inheritance Questions and Answers - Page 2
Sorting Options :  

A) Using Extends KeywordB) Using Imports KeywordC) Using Override keywordD) None 
There is no Extends keyword that is for flash and java it should be Inherits ...
Category: VB.NET   Tags : Inheritance

Well C# doesn't support multiple inheritance through classes.If you want to have multiple inheritance in your program, you need to make use of interfaces. A class cannot inherit from more than one class but a class can inherit from more ...
Read Answers (7) | Asked by : Amit
Category: Ado.NET   Tags : Inheritance

There are five types of inheritance. 1. Single inheritance 2. Multilevel inheritance 3. Multiple inheritance 4. Hierarchical inheritance 5. Hybrid inheritance ...
Category: OOPS   Tags : Inheritance

Skill/Topic: InheritanceA) TrueB) False 
Yes, It's true.Through the use of inheritance, programmers can reuse the code in the superclass many times in there Program. ...
Category: Java   Tags : Inheritance

yes this is absoluetly true, in java we dont hav multiple inhet. actually multiple inheritance means a drive class is having mare than one base class. just as it will create the popular diomound problemeg. class A is a bAse class Class B and Class C are ...
Read Answers (6) | Asked by : madhu sankar
Category: Core Java   Tags : Inheritance

Key word for inheritance used inheritsexample Class Parent Public i As Integer = 5Public Overridable Sub MyMethod() Console.WriteLine("I am Parent's MyMethod()")End Sub End ClassClass Child Inherits ParentPublic Overrides Sub MyMethod() ...
Category: VB.NET   Tags : Inheritance

let us analyze this in real world OO model:Can a puppy(small dog) extends Cow and Dog? It should be only puppy extends Dog, not both. Puppy(small dog) can't have charectrestics of Cow and Dog ...
Read Answers (5) | Asked by : Naresh
Category: Core Java   Tags : Inheritance

No, In Inheritance only the public and protected memberes of the base class can b inherited by the derived class. Private members r only accessible to the member functions of the class. ...
Category: Java   Tags : Inheritance

Skill/Topic: IntermediateA) YesB) No 
C# does not support multiple implementation inheritance. A class cannot be derived from more than one class. However, a class can be derived from multiple interfaces.Conclusion: the correct answer is that C# does support multiple inheritance as long there ...
Category: C#   Tags : Inheritance

PHP support the Multilevel inheritance Not a multiple inheritance. For Example: class A{ function hello(); } // This is possible. class B extends A{ function helloB(); ...
Read Answers (5) | Asked by : Deep
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
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