why we need abstract class in java, what is the diff b/w
abstract claas in c++ and abstract class in java
Answer Posted / nikhil naoghare
Abstact classses are those classes which can have abstact as well as Common methods. we use Abstract classes because we want to implement Polymorphism.
Its always good to prefer the abstract class because it will give us the addtional method declaration in the class.
We use Abstract class to enforce some rules to the classes which extends it. For example we can define a class say Car and we can declare methods say Color() Mileage(). This means whatever the class that is derived from Car has to override or give definition for Color() and Mileage() and therefore we are making sure that all the derived classes follows or has the common functionalities. In other way the classes derived from superclass should have common properties. In addition to this the derive class can have its own methods like Type().
In case of Abstract class we can define COMMON functionalities in super class and those can be used in the derived class where as in Interface we cant do that.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.
Please send the details and fee for Intools training course..I would like to do the course in second week of jUNE 2010.
Write a program using string fuctions that accepts a price of an item and display its coded value. The base of the key is: X c o m p u t e r s 0 1 2 3 4 5 6 7 8 9
How can I get know that my pc contains dram or sram..?
in single linked list , each node contains data and address of next node. if middle of list the node is damaged/crashed then how to find where the link is failed and how to get the all the data which is stored after the crashed node?
Write a program to input 10 elements in an array and seperate even and odd numbers, positive and negative between them ?
What is the allowable load carrying capacity of a circular column section of 400 mm diameter reinforced with 6x25 mm diameter bars adequately tied with spirals? Consider concrete of grade M25 and steel of grade Fe 415.
what is trx?
what are the different types of database servers
sir/medam i had completed my B-TECH(CSE)2011 with 61%.i have to go USA for futhure studies.i dnt know what is steps for do futhure studies in USA so could you please tell me
how to increase the water ring vacuum pump efficiency?
what are the various technique used for inter process communication?
Are bridges more stable on concrete or on soil - why?
what is the difference between embedded system and PLC. Whether the micro controller accept future expansion of program?
How would Nvidia increase the core clock speed anymore?