Answer Posted / ramyathillainathan
We can indicate that a method must always be redefined in a sub class , thus making overriding compulsory. This is done using the modifier keyword abstract in the method definition.
example;
abstract class Shape
{
------------
------------
Abstract void draw();
------------
---------------
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give examples of macro quoting function?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
can we extend a class having only one parameterised constructor.Suggest the process to do it.
How can we develop a multi-tier application in Java?
i am exeprienced person what is selection process
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
what is best way to create a Thread class & why?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
What is the merger sort principle and its time complexity.
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
what are the advantages of sap on other software ?
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
how can we implement locks in plsql?