What is the programming style of the object oriented conceptual model?
The essential characteristics of an object that distinguish it from all other kinds of objects and thus provide crisply defined conceptual boundaries, relative to the perspective of the viewer is called:
The process of compartmentalizing the elements of an abstraction that constitute its structure and behavior is called as
In which of the following mechanisms, types of all variables and expressions are fixed at compilation time.
Which of the following diagram is not supported by UML considering Data-driven modeling ?
What among the following statement is true?
What is multiplicity for an association?
Which among these are the rules to be considered to form Class diagrams?
An operation can be described as?
Which of the following is the default return value of functions in C++?
Which of the following is important in a function?
What will you use if you are not intended to get a return value?
What is the index number of the last element of an array with 9 elements?
Which of the following accesses the seventh element stored in array?
What is the role of a constructor in classes?
Why constructors are efficient instead of a function init() defined by the user to initialize the data members of an object?
What is a copy constructor?
What happens if a user forgets to define a constructor inside a class?
How many parameters does a default constructor require?
What is Inheritance in C++?
Which among the following best describes polymorphism?
Which among the following best describes polymorphism?
Which type of function among the following shows polymorphism?
Which among the following can’t be used for polymorphism?
executes must frequently and makes the fine grained decision of which process to
execute the next.