Why we can't create the object of abstract class ?
Answer Posted / vijay rana
hi friends its me vijay rana 9999433182
abstract class is an incomplete class,because if it have
any method which is abstract then it will be an abstract
class, and abstract method have not any implementation,
thats why we can not create any object of the abstract
calss,
we can not use the sealed keyword with abstract calss
| Is This Answer Correct ? | 8 Yes | 17 No |
Post New Answer View All Answers
How many bytes is a long c#?
Is arraylist thread safe?
What is a partial class in c#?
Why do canadians say zed?
Can struct have constructor c#?
Is c# good for games?
Is null empty or whitespace c#?
what is the Difference between the public and private ?
Is c# and c sharp same?
What is difference between === and ==?
What is the function of .IsDescendent()?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is the difference between arraylist and list in c#?
What is thread pooling?
Can an abstract class inherit from another abstract class c#?