• 2022-06-04
    Which of the following is the order of applying object-oriented concept in programming
    A: instance creating — class defining — use attributes or methods through the instance
    B: class defining — instance creating — use attributes or methods through the instance
    C: instance creating — use attributes or methods through the instance — class defining
    D: class defining — use attributes or methods through the instance —instance creating