Multiple choice

One of the basic concepts in OOPS approach is bundling both data and functions into one unit, known as _________.

  1. inheritance

  2. class

  3. objects

  4. polymorphism

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

One of the basic concepts in OOPS approach is bundling both data and functions into one unit, known as objects.