Difference between interface and abstract class?
Answer Posted / jenypatel86
There is no difference in the functionality of these two.The
only difference is that a class cannot extend an abstract
class if it already is extending some other class.An interface
on the other hand can be implemented in any situation which
makes them very powerful.Also user defined exceptions can be
defined within an interface itself, which is not the case with
an abstract class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Delta 5 weight scale not connect with oracle application what i can do?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Diff between IF and where ?
How to know we are in home page of a web application using QTP
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
3. What is the difference between testing and Quality Assurance?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
What is the first message line that any language learning prints on the screen? and why?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
What do you understand by modular programming?
Find out the list of roles which gives access to GUI activities? thanks in advance