What is the Difference between class and abstract class?
Answer Posted / sujai cn
Class mean a user defined type in which all the methods are
implemented , thus we can create the instance (OBJECT) of
that class.
abstract class is a class in which one are more methods are
abstract(not implemented) abstract method is also called
pure virtual.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between User controls and Custom Controls?
Explain the Different types of configuration files in .net?
What are the different states of a thread?
What is the difference between string keyword and system.string class?
Why var is used in c#?
What are delegates and why are they required?
What is difference between virtual and override in c#?
Can partial class be inherited?
What do you mean by sealed classes and static classes?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Which is executed if an exception has not occurred?
What is an array? Give the syntax for a single and multi-dimensional array?
Explain the use of Mutex in C#?
What Is A Multicast Delegate?
Can scriptable objects have methods?