what is mean by design pattern

Answer Posted / madhava

design is a order how to develop designs in a specific order

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we define a class within the interface?

551


How is polymorphism achieved?

583


Are polymorphisms mutations?

696


What is interface in oop?

660


What is the problem with multiple inheritance?

582






Can you inherit a private class?

631


What is an interface in oop?

591


why reinterpret cast is considered dangerous?

1898


How to call a non virtual function in the derived class by using base class pointer

5253


What is difference between multiple inheritance and multilevel inheritance?

601


What is encapsulation in simple terms?

535


Why we use classes in oop?

575


What is object in oop with example?

697


What are the components of marker interface?

600


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

942