C# Dot Net tutorials
WELCOME TO C# DOT NET PROGRAMMING
Showing posts with label
OBJECT
.
Show all posts
Showing posts with label
OBJECT
.
Show all posts
Saturday, November 7, 2009
OBJECT
OBJECT: This is the next important entity in programming. It is considered as the basic building block of object programming.
All the objects are created using the keyword ‘new’.
Syntax for creating a class is:
classname obj_name=new classname();
Older Posts
Home
Subscribe to:
Posts (Atom)