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
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
iam confused to choose among testing, .net and java can anybody help me????????
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
how to remove header and footer in jcl using sort utility
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Explain three modes in which files can be accessed from python program
how does database connection using ADO.NET?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Which language they use during interview?
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.
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
differences between qtp10.0 and 11.0 ?
what is apt_dump_score in datastage where it is useful
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
What's the difference b/w Table & Templete in Smartform?