Results 1 to 5 of 5

Thread: Access Specifiers, Modifiers and Qualifiers

  1. #1
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Question Access Specifiers, Modifiers and Qualifiers

    Access Specifers, Modifiers and Qualifiers
    What r these....
    We can't solve problems by using the same kind of thinking we used when we created them

  2. #2
    Join Date
    Mar 2006
    Posts
    22
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: Access Specifiers, Modifiers and Qualifiers

    I suggest you point your browser to www.bruceeckel.com to download his book Thinking in C++ Volume 1 and then read it. It's free of charge.

  3. #3
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Access Specifiers, Modifiers and Qualifiers

    Well I know That
    Access Specifiers : public, protected, private
    Access Modifiers : const, volatile, transient
    What r the Qualifiers :
    We can't solve problems by using the same kind of thinking we used when we created them

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Access Specifiers, Modifiers and Qualifiers

    http://cs.stmarys.ca/~porter/csc/ref/java_access.html

    This concerns java, but is easily "translable" to c++.

  5. The following user says thank you to wysota for this useful post:

    sunil.thaha (8th March 2006)

  6. #5
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Access Specifiers, Modifiers and Qualifiers

    Is access specifiers and Qualifiers just the Same
    We can't solve problems by using the same kind of thinking we used when we created them

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.