Define class , namespace,veriable and method in .net
Answers
Answered by
2
A class is nothing but a blueprint of specific object.Every object has same functions and characteristics.For example a car is a class and has characteristics like speed,color etc.
A namespace is a logical dvision of class and structure.These are used to group name types.This is also used to organize visual basic.
A method is an object oriented language.All class contains method.
Similar questions