Types of Classes
-
Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks
Google
Ahamed Azeem software Programmer
-
Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks
Hi, Can you imagine a company with multi-departments and each of them do the same job, WHAT A DISASTER ;).... Can you imagine it now where each department do its own job only and coordinate with other departments effectively, efficiently and each one has a specific job to do, this is a Class ;) hope this helps :)
NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...
-
Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks
At its most basic, a class is a template for making objects. (Like a mould makes castings, or a cookie cutter makes cookies) It defines the properties and methods for that type of object For example a class [Vehicle] might have a property for [FuelType] Instances of that class can then be created (also known as "instanciated") with different values for the FuelType.
'--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd