AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6102
Direction : True or FalseIn C+...
Direction : True or FalseIn C++, the abstract representation of objects is called class.
True
Correct
False
Feedbacks
RetailSnipe
-
2 years ago
Upvoted this question
Similar ITE-6102 questions
Direction : True or FalseIt limits the access to the properties and methods under it to the class it...
Direction : True or FalseMutators are prefixed with "get" in their function name.
Direction : True or FalseAccessors should never assign values to its referenced properties.
Direction : True or FalseEncapsulation is used to hide the internal working of an application.
Direction : True or FalseAccessors are methods with the return type like the data type of the proper...
Direction : True or FalseAre accessors and mutators similar in terms of limiting an action done.