Answer Posted / sudhir gaddam
The class,which does not support object creation is called
as abstract class...i.e,abstract class cannot be
instantiated.Abstract class should have atleast one
abstract method.Abstract class can have ordinary methods
(concrete methods).Abstract class can have abstract
methods,ordinary
methods,fields,properties,constructors,destructors and
constants.Abstract class can inherit class
and one or more interfaces.In vb.net abstract can be called
as must inherit class.Abstract class is faster then
interface.Abstract class can contain default code and
complete code.Abstract class can contain method
implementations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How long does it take to learn c# for unity?
Why do we use class in c#?
List the different stages of a thread?
Does unity use c++ or c#?
Why do we use constructors in c#?
Explain the types of assemblies in .net?
Can you drink alcohol with a loop recorder?
Is it possible to have different access modifiers on the get/set methods of a property?
Are arraylist faster or arrays?
What does the keyword “virtual†declare for a method or property?
What are cshtml files?
What is serialization in .net?
What is the difference between finalize() and dispose() methods?
Explain the difference between directcast and ctype.
Should I use double or float?