J
Julianna
Is VB.NET is Pure Object Oriented Language? If so, then how it is possible
to write VB.NET Console Applications without classes? For Example:
Module M1
Sub Main()
System.Console.WriteLine("Hello World.")
End Sub
End Module
Here there is no class used. Then how can we say it is a Pure Object
Oriented Language.
to write VB.NET Console Applications without classes? For Example:
Module M1
Sub Main()
System.Console.WriteLine("Hello World.")
End Sub
End Module
Here there is no class used. Then how can we say it is a Pure Object
Oriented Language.