Search:

Type: Posts; User: TP-Oreilly

Search: Search took 0.07 seconds.

  1. Re: Difference between extending and importing a class

    Thank you, you all have helped! :)
  2. Re: Difference between extending and importing a class

    Thank you.
  3. Re: Difference between extending and importing a class

    Im failing to see the differnce. Is it that when we import a class we can use its properties in our code, but if we were to create an object of our class then the object would NOT have the properties...
  4. Re: Difference between extending and importing a class

    I didnt quite get how that is related to my question (it obviously is, but its me, in that i dont understand).

    Am I right in saying though that importing a class allows us to use its methods and...
  5. Difference between extending and importing a class

    Let me know if im right with the difference...

    Importing a class allows us to use the methods of another class...

    But if we wanted to use another classes properties (attributes and methods) in...
Results 1 to 5 of 8