Multiple choice

Which of the following statements is false?

  1. C++ is an object-oriented language.

  2. Encapsulation determines the binding of data variables and functions into a single unit.

  3. Data abstraction is a design approach with implementation in C++.

  4. Polymorphism can be achieved in C++ by virtual function.

  5. None of these

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

Abstraction determines only the interface not implementation. It can separate the interface with implementation.