what is abstract class?

Answers were Sorted based on User's Feedback



what is abstract class? ..

Answer / amit labhsetwar

Abstract class is a class that can not be instantiated, it
exists extensively for inheritance and it must be inherited

Is This Answer Correct ?    30 Yes 4 No

what is abstract class? ..

Answer / chaitali

not create an object of abstract class & one method is
abstract is necessary.

Is This Answer Correct ?    32 Yes 10 No

what is abstract class? ..

Answer / savi

An abstact class defines the common properties and
behaviour of class.

Is This Answer Correct ?    23 Yes 9 No

what is abstract class? ..

Answer / sowmya

a class containg a pure virtual function is called abstract
class

Is This Answer Correct ?    19 Yes 12 No

what is abstract class? ..

Answer / moin

A class containing abstract method is called Abstract
class. An Abstract class can't be instantiated.

Is This Answer Correct ?    10 Yes 3 No

what is abstract class? ..

Answer / vinaykumar.b.hiremath

Abstract class is a class that has no direct instances, but
whose descendants may have direct instances. There are case
i which it is useful to define classes for which the
programmer never intends to instantiate any objects; because
such classes normally are used as bae-classes in inheritance
hierarchies, we call such classes abstract classes These
classes cannot be used to instantiate objects; because
abstract classes are incomplete. Derived classes called
concrete classesmust define the missing pieces.

Abstract classes normally contain one or more abstract
methods or abstract properties, such methods or properties
do not provide implementations, but our derived classes must
override inherited abstract methods or properties to enable
obejcts ot those derived classes to be instantiated, not to
override those methods or properties in derived classes is
syntax error, unless the derived class also is an abstract
class.

Is This Answer Correct ?    8 Yes 2 No

what is abstract class? ..

Answer / cute.devil

Abstract class is a class that can not be instantiated and
contains at least one pure virtual function (in other words
abstract function).its example is vehicle.

Is This Answer Correct ?    6 Yes 1 No

what is abstract class? ..

Answer / aftab

no post alredy all ques r right.

Is This Answer Correct ?    6 Yes 2 No

what is abstract class? ..

Answer / jim

it is declaration..not inttiated...for e.g boy want to
grl but grl dont want to ...so rape her...

Is This Answer Correct ?    14 Yes 11 No

what is abstract class? ..

Answer / murali krishna

Is a base class it can't be instaniated and it may or may
not have abstract methods which will be overriden by it's
derive class.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More GATE Interview Questions

Graduate Aptitude Test in Engineering ( GATE ) Question Paper - 2002 COMPUTER SCIENCE & ENGINEERING

2 Answers   IBM,


the servents of india society was founded by ?

0 Answers  


what is the function of external oscillator in 8051 microcontroller

1 Answers   CTS, DRDO,


What is the broadcast address of the subnet address 192.168.10.33 255.255.255.248 ?

3 Answers  


dear sir, pls provide me a placement paper for hpcl exam for mechanical exam. this is a request pls do the needful as early as possibl my mail id is suneel.2003@yahoo.com

0 Answers  






can i knw what are we supposed to read for the coming oces/dgfs 2009 exam?what kind of book are we supposed to study?

1 Answers   BARC,


how many key in key board

5 Answers  


hai i need to no hpcl portion i am going to write on march2 so please send to my id satish_don334@yahoo.co.in

0 Answers  


a and b works in 72 days b and c works in 120 days a and c works in 90 days so a alone works in how many days

1 Answers   RBI,


If Q is the point of ABCD rectangle where QA=3CM,QB=4CM,and QC=5cm then find the length of QD ?

0 Answers   ICA,


Tripura Board of Secondary Education Agartala, Tripura Examination Results 2009 Tripura Board of Secondary Education Higher Secondary (+2 Stage) Examination - Year 2009

0 Answers  


if the polynomial x^4-6x^3+16x^2-25x+10 is divided by another polynomial x^2-2x+k the reminder is x+a. Find k and a.

2 Answers  


Categories