Search:

Type: Posts; User: quzah

Search: Search took 0.16 seconds.

  1. Will a search-and-replace make the function a...

    Will a search-and-replace make the function a member of that object? Is that what you're saying it does?

    The difference between functional and OO programming is that functions exist on their own,...
  2. Then really you're saying there's no difference...

    Then really you're saying there's no difference between functional programming and OOP. If I pass an object around and do stuff to it, there's no difference than if I have an object with its own...
  3. Yeah, but that's not really object oriented. It's...

    Yeah, but that's not really object oriented. It's sort of function oriented. You're calling a function to act upon an object, you're not calling an object's function. Compare:
    foo( object );...
  4. 1 - Can I define a struct that has function...

    1 - Can I define a struct that has function pointers as members? - Yes.
    2 - Can I make a structure have other structures as members? - Yes.

    Is that what you're asking?


    Quzah.
Results 1 to 4 of 4