GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Sun  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 3 of 25    Print  
Class used for the multiple inheritance in JAVA?

A. anonymous class
B. inner class
C. abstract class
D. none


  
Total Answers and Comments: 2 Last Update: April 11, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 12, 2005 03:43:21   #1  
shashank        

RE: comment

abstract class. since multiple inheritance is indirectly followed by interfaces and as methods cant be defined in the interface so we name the class implementing it as

abstract so the abstract obtion is right.


 
Is this answer useful? Yes | No
April 11, 2006 12:57:45   #2  
YM        

RE: Class used for the multiple inheritance in JAVA?
Java cannot use multiple inheritance. Only C++ can
 
Is this answer useful? Yes | No

 Related Questions

Class used for the multiple inheritance in JAVA? A. anonymous class B. inner class C. abstract class D. none

Give the output of the following program main() {char *s; s="hot java"; strcpy(s,"solarrs java") }

Give the output of the following program when redirected to a screen what will be printed? main() {printf("hot java"); fork() exit(0); }

Give the output of the following program when redirected to file what will be printed. main() {printf("hot java"); fork() exit(0); }

struct,multiple inheritence,pointers 
Latest Answer : Pointers. ...
Read Answers (1) | Asked by : nithya

I have two classes A & B.. How can i declare & inoke my Class A constructor in Class B..Class A is not Super Class.
Read Answers (3) | Asked by : Kiranbabu


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

ODP.NET - Retrieving Multiple Rows on to the Grid

ODP NET Retrieving Multiple Rows on to the Grid In the previous section we tried to retrieve only one row using OracleDataReader In this section we will try to retrieve more than one row or a result set and populate a DataGridView on a WinForm mosgoogle The following code lists out the details of al
 

Microsoft AJAX Library - Inheritance using Prototypes

Inheritance using Prototypes Once again prototyping can help us implement an OOP feature in a more elegant way than when using closures Prototype based inheritance makes use of the behavior of JavaScript prototypes When accessing a member of a function that member will be looked for in the function
 

Microsoft AJAX Library - Inheritance using Closures

Inheritance using Closures and Prototypes There are two significant techniques for implementing the OOP concept of inheritance with JavaScript code The first technique uses closures and the other technique makes use of a feature of the language named prototyping Early implementations of the Microsof
 

Microsoft AJAX Library - Anonymous Functions

Anonymous Functions Anonymous functions can be created adhoc and used instead of a named function Although this can hinder readability when the function is more complex you can do this if you don t intend to reuse a function s code In the following example we pass such an anonymous function to Displ
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

Java and Client Server Models

Java and Client Server Models The Role of Client Servers on the Web Client server models provide the essential mechanisms for working with the Internet In fact most of the World Wide Web is built according to this paradigm In client server models the web browsers run by millions of users are the cli
 

How to Access C++ Class Members

How to Access C Class Members In this C tutorial you will learn how to access Class members dot operator or class member access operator difference between struct and class and  scope resolution operator mosgoogle center It is possible to access the class members after a class is defined an
 

C++ Inheritance

C Inheritance Introduction What is Inheritance Inheritance is the process by which new classes called derived classes are created from existing classes called base classes The derived classes have all the features of the base class and the programmer can choose to add new features specific to the ne
 

Data Warehouses Non Technical Issues

Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
 

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