Saturday, May 16, 2009

What I learned from my first class?

I have made my first programs, using VB.Net; however, I only learned a little about Class, Objects, Functions. I thought that the GUI interface is pretty cool, I would like to work more with it. The Functions probably are going to be very usefull when writting large codes.

I would like to know more about Classes (Childs and Parents), I did not had the chance to see the MDC professor at its fulliest.


Regards,
-Juan

*New Post*!

Class MDCProfessor

Attributes:
  • Department.
  • Name.
  • Email.
  • Classroom

Behaviors:

  • Visual
  • Theorycal
  • Practical
  • Multiplicity of styles

What is object oriented programming?

Object Oriented Programming (OOP) is a programming style. That uses the interaction of
Objects (Data Structure) to design computer programs.



The Fundamental Concepts of OOP:

-Class
-Object
-Attribute

Class

Is a Programming Language construct.