Why we can't create the object of abstract class ?
Answer Posted / talk
Because object means it will occupy memory and 'do something'
but what exactly it will do ?? it is not told in an abstract
class as because there is only abstract methods declared but
not defined. Therefore, there is not meaning to create an
object which does not have any definition.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When would you use generics in your code c#?
what are nullable types in c#
What is the use of protected in c#?
What's your approach to fetch static data in your windows form application?
What is before string in c#?
Can we assign null value to integer?
What is difference between comparable and comparator?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
How does substring work in c#?
What is an icollection in c#?
What are the methods in c#?
What does args mean in c#?
What do u meant by "SBI" of an object?
What is the difference between string and stringbuilder in c#?
Explain the functionalities of satellite assembly?