Multiple choice Which of the following statements is false? C++ is an object-oriented language. Encapsulation determines the binding of data variables and functions into a single unit. Data abstraction is a design approach with implementation in C++. Polymorphism can be achieved in C++ by virtual function. 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.