What is difference between interface inheritance and class
inheritance ?
Answer Posted / senthil kumar
In interface inheritance all the methods should be
public.but in class inheritance mey be user defined.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is constants in c#?
What does this keyword mean in c#?
Why References are stored on heap and variables on stack?
Which is faster abstract class or interface in c#?
What are the steps to make an assembly to public?
What are native methods?
Is std :: string null terminated?
Explain how do you directly call a native function exported from a dll?
What are the 3 logical operators?
What is local function?
What is meant by desktop application?
What is poco c#?
what is object-oriented programming (oop) language?
How many destructors can a class have?
What is a race condition?