Tuesday 10 February 2015

Experienced OOPS Concepts Interview Questions and Answers (Page 7)

Below are some important OOPS Concepts interview questions which are asked in most MNC company interviews for beginners or professionals.

31. Explain what a method is?
A method will affect only a particular object to which it is specified. Methods are verbs meaning they define actions which a particular object will perform. It also defines various other characteristics of a particular object.

32. Name the different Creational patterns in OO design?
There are three patterns of design out of which Creational patterns play an important role the various patterns described underneath this are: -
1) Factory pattern
2) Single ton pattern
3) Prototype pattern
4) Abstract factory pattern
5) Builder pattern

33. Explain about realistic modeling?
As we live in a world of objects, it logically follows that the object oriented approach models the real world accurately. The object oriented approach allows you to identify entities as objects having attributes and behavior.

34. Explain about the analysis phase?
The anlaysis or the object oriented analysis phase considers the system as a solution to a problem in its environment or domain. Developer concentrates on obtaining as much information as possible about the problem. Critical requirements needs to be identified.
More Questions & Answers :-
Page1  Page2  Page3  Page4  Page5  Page6  
Page7

No comments:

Post a Comment