Tuesday, 23 July 2013

Features of vb.net


1.Vb.net is object oriented programmed language
2.vb.net is not a pure object oriented programming language.because it is not compulsory to create a class in vb.net
3.Vb.net is mot strongly types and type safe language .In vb.net when you assign one type of variable to another type then no need to perform the type casting manual and vb.net will perform type casting
implicitly.Hence it is not strongly types and type safe
4.vb.net is not case sensitive
5.In VisualBasic.net no need to terminate the statements with special character like ";"

No comments:

Post a Comment