What is the difference between class and abstract class?
Answer Posted / chandra kiran
we are unable to create a object for abstract class. This is only used as a base class for inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we need generics in c#?
What do u meant by "SBI" of an object?
Can we inherit a private class in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
What are the 3 different types of arrays?
When would you use generics in your code c#?
Explain the accessibility modifier protected internal?
How do you prevent a method from being overridden in c#?
Is c# int immutable?
Explain About a class access specifiers and method access specifiers.
What is public void in c#?
Where value types are stored in c#?
What is the difference between “out” and “ref” parameters in c#?
What is the solution if you need to manipulate sets of items?
Explain the process of abstraction with an example?