⟩ Tell me what are the basic Concepts used in the Object-Oriented Programming language?
Object
Class
Data Abstraction and Encapsulation
Polymorphism
Inheritance
Message passing
Dynamic binding
Object
Class
Data Abstraction and Encapsulation
Polymorphism
Inheritance
Message passing
Dynamic binding
Tell me What is when is dynamic checking necessary?
What is dynamic type checking?
What is static type checking?
Do you know what are function prototypes?
Can you explain static function?
Explain what are associate containers?
Mention the entry control decision looping statement?
Identify the user-defined types from the following? a) enumeration b) classes c) both a and b d) int
The value 132.54 can represented using which data type? a) double b) void c) int d) bool
When a language has the capability to produce new data type mean, it can be called as a) overloaded b) extensible c) encapsulated d) reprehensible