Saturday, June 6, 2009

Feed Back

1) What I learned?

I learned to understand how to create and call a function.
I learned what is :

- Sub routine - Function - Algorithm - Namespace

2) What would I Like to learn:

I understand the logic but I really want to apply it

3) What confuses me?

Just when I try to commit the logic and translated into code.




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.