CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jul 2007
    Posts
    71

    Question classical way of program and oop program

    I'm new to OOP technology.

    I heard about 2 tier and 3 tier architectures (layers). I read some article about that.
    but from that I couldn't understand why they do like that.

    ok, now let see

    If I want to update my records (It has 5 fields). they create three layers for that. If they want to add one or more field(s), they need to modify all the 3 layers.

    In classical way we can easily do that.

    (If we consider VB and VB.Net)

    but one thing I could undedrstand in OOP, function is good (I mean class)

    can you suggest any article about OOP programs against classical way of programs.

    one thing I know, I couldn't really understand the concept of class in OOP

    OOP is a powerfull technology.


    I really want to change my classical way of writing programs. that's why I ask.

    can you give a good article about this, I really apreciate that.

    -thanks.
    Last edited by pragashan; July 9th, 2007 at 07:50 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured