C++ Basics IWelcome to your C++ Basics IName Email 1. COBOL and BASIC are commonly known as none of the above procedural programming language object oriented programming language low level programming language2. Composition of objects in a class is known as none of the above delegation inheritance polymorphism3. The existing class can be reused by inheritance dynamic binding polymorphism abstraction4. A class contains only functions data and their addresses none of the above binds the data and its related functions together5. The mechanism that allows same functions to act differently on different classes is known as encapsulation polymorphism none of the above inheritance6. The major drawback of procedural programming language is non security of methods non security of data frequently invoking functions from main() none of the above7. Function overloading means function names are same but different number of arguments function names are same but same number of arguments different functions with different names none of the above8. C++ language was invented by Dennis Ritchie none of the above Ken Thompson Bjarne Stroupstrup9. The package of data and function into a single component is known as none of the above encapsulation polymorphism abstraction10. The method by which object of one class get the properties of objects of another class is known as inheritance abstraction encapsulation none of the above11. A program with only one function is observed in structured programming language none of the above monolithic programming language object oriented language12. Data hiding concept is supported by language C C++ Fortran Basic1 out of