Search:

Type: Posts; User: bench386

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,339

    Problem with Operator Overloading

    I've got already the formula but it is hard for me when talking of fraction:

    Addition : a/b + c/d = (a*d +b*c)/(b*d)
    Subtraction : a/b – c/d = (a*d – b*c)/b*d)
    Multiplication : a/b * c/d =...
  2. Replies
    2
    Views
    2,887

    Inheritance and Polymorphism

    Sample code of these oop words. Any replies would be appreciated. Thank's

    1.Single inheritance
    2.Multiple inheritance
    3.Multi-level inheritance
    4.Ad hoc polymorphism
    5.Pure Polymorphism
Results 1 to 2 of 2