Inheritance
What is inheritance?
Inheritance is a process which allows inheriting the methods and properties of parent or super class.
OR
Deriving an object from an existing class (super class)
Inheritance is a process which allows inheriting the methods and properties of parent or super class.
OR
Deriving an object from an existing class (super class)
In Object Oriented programming, “class is a blue print that is used to create objects”
A class is a collection of things that share common attributes like class of students.
Some characteristic of a class
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).*$
About the author:
Planet Source Code is a place for all developer providing free source codes, articles, complete projects,complete application in PHP, C/C++, Javascript, Visual Basic, Cobol, Pascal, ASP/VBScript, AJAX, SQL, Perl, Python, Ruby, Mobile Development
using system
//saving cookie
Response.Cookies["Cookiename"].Value="biscuit";
Initial Title Here
For Meta Tags
There are eight primitive types of data that are defined by java:
The above eight types can be put into four different groups