Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
what is the deference between object oriented programming and purely object oriented programming ???
If visual basic is an object oriented programming language then why is vb.net an purely object oriented programming language ??
Posted
Comments
Mehdi Gholam 30-Sep-11 15:01pm    
Your question makes no sense.

1 solution

In "pure OO languages" built-in and user types must be objects, and all operations must be messages to objects[^]. In VB.NET there are built-in types that require "boxing" to become objects, and there are operations that are not messages to objects. That's why neither VB.NET nor C# are "pure OO" languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900