Tag: programming languages
Questions Related to programming languages
-
You can define your own data types
-
An object oriented program can be taught to correct its own errors
-
It is easier to conceptualize an object oriented program
-
You can define your own data types and It is easier to conceptualize an object oriented program
-
That's not legal syntax!
-
foo has memory allocated for it, but is not constructed
-
foo has memory allocated for it, and is fully constructed
-
None of the above
-
If realloc fails, then the original memory is lost
-
Nothing, realloc is guaranteed to succeed (by returning the original pointer)
-
Nothing, realloc frees the original memory passed to it
-
None of the above
-
Information hiding
-
Minimizing interdependencies among modules
-
Make implementation independent
-
All of these options
-
An overloaded assignment operator
-
The copy constructor
-
A destructor
-
All of these options
-
Data Encapsulation, Inheritance & Exception handling
-
Inheritance, Polymorphism & Exception handling
-
Data Encapsulation, Inheritance & Polymorphism
-
Overloading, Inheritance & Polymorphism
-
Inheritance
-
Composition
-
Association
-
All of these options
-
using Bookmark resumption
-
Using InArgument
-
Using variables
-
using bookmark resumption and using InArgument
-
None of this
-
using variable assigned to the OutArgument
-
Using InArgument assigned to the OutArgument
-
It is not possible
-
None of the above