Answer Posted / priyadharshini.m
CRC cards are used to idenity classes,responsibilities
(methods/behaviour) and colloboration(interaction) with
other classes.once identified they are used to draw refined
class diagram
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Can we override a method by using same method name and arguments but different return types?
What is function override?
Do we require parameter for constructors?
Can you create an instance for an abstract class?
Can you give some examples of tokens?
What are the different types of arguments?
Explain about the analysis phase?
What do you mean by "explicitly implemeting an interface". Give an example?
What is abstract method?
What is a pure virtual function?
What is difference between encapsulation and abstraction?
What are different ways to create string object?
What is the best tool for modeling and ORM framework