What?s the difference between an interface and abstract class?
Answer Posted / pvschmurthy
In Abstract class must have one sub class, but Interface
cann't have sub class only implimentation class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are PE(Portable Executable)?
Which string method is used for concatenation of two strings in c#?
What is the purpose of static?
What is console writeline in c#?
How many bytes is an int c#?
What is difference between array and list?
What is reference c#?
What is dbcontext c#?
Define assert() method? How does it work?
What is yield keyword?
In dynamic link library, which api is used for load library?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is constructors, explain with syntax
What is super class in c#?
What exactly happens when we debug and build the program?