how it works
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
what is the use oops implementing in .net programming
-
what is the use oops implementing in .net programming
"Oops" is something you say when your programming mistakes causes some kind of damage, for an example accidently erases the contents of a database table. Oops should preferably not be implemented at all. ;) What I think that you mean is OOP, object oriented programming[^]. The .NET framework is an object oriented platform, so the programming languages used with .NET is object oriented. --- b { font-weight: normal; }