CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    3

    Smile 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 adhere to all the standard Java programming style guidelines including code readability, logical clarity, scoping rules, proper use of class and instance variables, encapsulation, naming conventions for classes, methods and variables and

    "concept of variable-free programming".

    Thank you very much

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: concept of variable-free programming

    Cross-posting between forums is guaranteed to annoy people - your question has been answered in the other forum, so I suggest you modify your post here to indicate that.

    There does not now, nor will there ever exist, a programming language in which it is the least bit hard to write bad programs...
    L. Flon
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Tags for this Thread

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