Advertisement

C# | Abstract Class And Methods

C# | Abstract Class And Methods This video will give you Information on Abstract Class and Methods in Oops Inheritance

For Complete C# Online Training Please visit:


Abstract Classes and Methods
1. An abstract method is a method in which declaration is provided but implementation is not.
2. A class with one or more methods declared as abstract must be declared as abstract and such a class cannot
be instantiated because its behavior is incomplete.
3. A class that inherits the abstract class must override all the abstract members of the parent class, if not it
should also be declared as abstract. Abstract = Pure Virtual
4. A class can be declared as abstract even without an abstract member and such a class cannot be instantiated.
5. A class which is not abstract is called as Concrete Class. (concrete is not a keyword)
6. An abstract class can have all types of members which a concrete class can have including constructor,
destructor, static members etc…(additionally it can have abstract members which a concrete class cannot
have)
7. A sealed class cannot have abstract methods.
Create a New Console Application and add the following code to the various files added to that project
____________________________________________________________________
This video was compiled by Mr. Sandeep Soni, a Microsoft Certified Trainer and an Azure Solution Architect. Know more -

Mr. Sandeep Soni is a famous Corporate Tainer in Microsoft Azure AZ-103, AZ-203, AZ-300, AZ-301, AZ-400, AZ-500, Containerization in Docker, Microservices - Kubernetes and Azure Service Fabric and more...

For Corporate Training requests, please contact Mr. Soni @ +91 9849001840, or email him to sandeepsoni@deccansoft.com.
Or DM in LinkedIn -

Please subscribe to our channel for more related videos:

For any course-related queries, reach us @ +91 8555823343 / +91 8008327000 Kashmira Shah
Please leave your comment about the videos.

For more updates on courses and tips follow us on:
- Facebook:
- Twitter:
- LinkedIn:
- Website: or
- Join our WhatsApp group -

#deccansoft,#bestdotnettraining,#deccansoftazure,#azure,#azureappservice,#Cloud,#CloudComputing,#Security,#DevOps,#microsoftpartner,vice #Cloud #CloudComputing #Security #DevOps #microsoftpartner,

Post a Comment

0 Comments