Skip to content

Problems on OOPS #16

@HelloAdarsh

Description

@HelloAdarsh
  1. Make a class Person with the fields name, phone, and address. Implement constructor, print and destructor
  2. Make a class Time that stores time in 24 hrs format and prints in 12 hr format
  3. Make a class Currency that stores rupees and paise and adjusts properly. Override all operators
  4. Inherit Person into Employee and add post and salary
  5. Implement friend class and methods
  6. Implement virtual methods and pure virtual method. Differentiate between virtual methods and non-virtual methods
  7. Implement Generic methods and classes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions