GeekInterview.com
  I am new, Sign me up!
 

Abstract Questions and Answers


 Sponsored Links

 
 Abstract Questions and Answers - Page 4
Sorting Options :  

look this code which tells we can Create an object for pure virtual function:Class Base{  public: virtual void fun()=0;};class deri:public base{ void fun(){  cout
Read Answers (4) | Asked by : Pankaj
Category: C++   Tags : Abstract

Abstract class A{void display(){}}class B extends A{void display(){}psvm(String args[]){how can i instantiate the overridden method in class A}}
Read Answers (4) | Asked by : vishnu
Category: Java   Tags : Abstract

Skill/Topic: Memory, Abstract Data Types, and AddressesA) ShortB) IntC) floatD) longExplanation: The integer abstract data type group consists of four abstract data types used to reserve memory to store 
float ...
Category: Data Structures   Tags : Abstract

1. Abstract class can have method with implementation, interface can only have method definitions2. You can inherit multiple interface but cannot inherit multiple abstract class ...
Read Answers (4) | Asked by : Prasad
Category: Microsoft.NET   Tags : Abstract

If we can'nt make the object of abstract class what is the use of defining of data members and non abstract functions in that abstract class?
Read Answers (4) | Asked by : Imran Arshad
Category: C#   Tags : Abstract

hi,   Diff b/w abstract class and interface are.. Abstract class can have concrete methods also..eventhough if the class doesn't contain any abstract method we can declare that class as an Abstract class.   In case of Interface ...
Read Answers (4) | Asked by : subbu
Category: Java   Tags : Abstract

Abstract class is a partially implemented class so, How can we call an abstract method without creating a subclass.
Read Answers (4) | Asked by : shravan kumar
Category: Core Java   Tags : Abstract

If I write all of concrete methods in one class and all abstract methods in an interface and extend and implement both in third class assume that third class don't extend any other class? 
Abstract is most useful when you are creating a framework..take the example of template method pattern which is used in the templates provided by spring framework for the support of jdbc or hibernate it absrtacts out all the common things which needs ...
Read Answers (4) | Asked by : Chandrashekhar
Category: OOPS   Tags : Abstract

Encapsulation means data hiding+abstraction. In data hiding we will not allow our data to go out directly. Eg. Declaring data members as private is data hiding, where as abstraction means hiding internal implementation is called abstraction. ...
Read Answers (4) | Asked by : musaib
Category: OOPS   Tags : Abstract

A class that cannot be instantiated. A concept in C++ known as pure virtual method. A class that must be inherited and have the methods over-ridden. Essentially, it is a blueprint for a class without 
Abstarct Class:Abstract class is a class, which consist at least one pure virtuall function. a pure virtual fuction is a fuction with no body and ia declered with the keyword Virtual and initialised to zero (0). ex: virtual void Display()=0;here ...
Category: C#   Tags : Abstract

View page << Previous 1 2 3 [4] 5 6 7 8 9 10 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