CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Madushan

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    972

    concept of variable-free programming

    Can anyone clearly explain the "concept of variable-free programming",
    in Object Oriented Programming with a sample code.

    I found this in a java assignment, it says that

    Your program must...
  2. Re: Private or Protected access for super class variables

    Thank you very much....
    That was a great answer, i leant lot of things...
    Thank you once again.
  3. Private or Protected access for super class variables

    What is the best practice...
    Assume there is a class hierachy like
    Person (Super class) / StaffMember/ Professor (Sub class)

    1) The best way is to keep all the instance variables of each and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured