Abstract Classes:
-A class which contains any abstract methods in it is known as an abstract class.
-What is an Abstract Method ?
Ans: A method which doesn't contain any method body to it is known as an abstract method.
-An abstract method should be declared with the "abstract" modifier.
eg: public abstract void Add();
-If a method is declared as abstract in a class the implementaion of the method has to be given by its child class which is mandatory for the child using the "override" modifier.
-The concept is similar to your method overriding but in case of overriding it is optional for the child class to override the method but in case of abstract methods it is mandatory for the child class to override or implement the method.
Note: If these abstract methods were defined for u under a class that class is known as an abstract which should be declared using the "abstract" modifier.
eg:
abstract class AbsDemo
{
public abstract void Add();
}
-What does an abstract class can contain in it ?
Ans: An abstract class can contain both abstract and non-abstract methods in it.
-If the non-abstract methods of an abstract class wants to be consumed by a child class first it needs to give the implementaion for the abstract methods of its parent.
-An abstract class is never useful for itself, it can be consumed only it's child after implementing the abstract methods in it, the reason why it is not useful for it self is the object of an abstract class cannot be created using the "new" operator.
Bank Clerk/PO Study material,APPSC study material,Groups study material in audio format free download, Microsoft .Net material,Interview Questions on .Net,SQL Server, Sample codes for beginners.
Subscribe to:
Post Comments (Atom)
amazon
Sukanya Samriddhi Account - SBI
SUKANYA SAMRIDDHI Account information by SBI SUKANYA SAMRIDDHI ACCOUNT : FACILITY AVAILABLE AT ALL BRANCHES OF SBI Sukanya Samriddhi ...
-
Appsc Group 1 and group 2 Telugu Audio material appsc audio material free download... here to download these articles.. A.P....
-
SUKANYA SAMRIDDHI Account information by SBI SUKANYA SAMRIDDHI ACCOUNT : FACILITY AVAILABLE AT ALL BRANCHES OF SBI Sukanya Samriddhi ...
-
Biology Jeeva Shaastram-Sahaja Vanarulu (జీవశాస్త్రం-సహజవనరులు) Biology - natural resources Download Kanajaalamu (కణజా...
No comments:
Post a Comment