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

Abstract Questions and Answers


 Sponsored Links

 
 Abstract Questions and Answers - Page 4
Sorting Options :  

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

beacuse abstract class has not complte body ie class status is not clear so we cant create object ...
Read Answers (4) | Asked by : ramesh
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

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

Ans:Abstract Class: Instance can not be created. Optionally can have one or more abstract methods but not necessary. Can provide body to Classes. Interface: What a Class must do, But not how-to. Bridge for the communication when the caller does not know ...
Category: Technical   Tags : Abstract

Abstrct class has some method who has no body so we cant create object for that whaere as fianal class is lik constant class we cant change the class ie we cant extend the final class so if we have to make anny class as immutable then declare class as ...
Category: Core Java   Tags : Abstract

What is the difference between Abstract Factory Pattern and factory Pattern? When would you use each of them? 
Abstract factory pattern is typically used for giving implementation to specification (eg., jdbc, servlet specifications etc...). Factory pattern is used when you want to defer object creation to later stages (when concrete implementation of that class/interface ...
Read Answers (3) | Asked by : santanu
Category: J2EE   Tags : Abstract

In which scenerio we use interfaces,abstract and concrete class?Which one is better and appropriate?Differentiate these three terms in depth.
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
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