What is the difference between class and abstract class?
Answer Posted / naresh kumar
A class can create 'n' number of objects, but the abstract
class cannot.the abstract class inherits with base class to
use an object.
Examples:Topics Inheritance and interfaces
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why are strings immutable in c#?
What is a singleton unity?
How do I create a single-file assembly?
How can you set image source dynamically from c# application to ”test.png” file?
What is short in c#?
Explain about Oops concept
What does console writeline do?
What is oledbconnection c#?
Distinguish between the Debug class and Trace class with its functionality?
What are the steps to make an assembly to public?
What is xml c#?
What is dto c#?
What is scaffolding in c#?
What is a dbml?
Why static variables are used?