john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

object oriented programming tips

object oriented tips

public means all things can access it private means you can't access it without using the built in "method" e.g. progammer writes the functions and says who/how they can be used

static means it's not dynamic (not generated at compile/run time?)

class (required for everything) makes it "re-usable"


  • « gcc tutorial
  • how gcc works »

Published

Feb 6, 2010

Category

c-programming-guides

~51 words

Tags

  • c-programming-guides 25
  • object 7
  • oriented 1
  • programming 9
  • tips 11