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
What is parsing?
What is sqlconnection in c#?
Explain data types in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
Why do we use constructors in c#?
What is boxing & unboxing?
What is stringbuilder c#?
Explain the accessibility modifier protected internal?
Explain static class members.
What is the value which is accepted by all data types ?
What is variable in c#?
What are anonymous types in c#?
Is multiple inheritance possible in c#?
List down the different ide’s provided by microsoft for c# development.
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?