in IS&Software Engineering recategorized by
1,050 views
0 votes
0 votes

A software design pattern used to enhance the functionality of an object at run-time is:

  1. Adapter
  2. Decorator
  3. Delegation
  4. Proxy
in IS&Software Engineering recategorized by
1.1k views

3 Answers

0 votes
0 votes

optin 2

Decorator-- In object-oriented programming, the decorator pattern (also known as Wrapper, an alternative naming shared with the Adapter pattern) is a design pattern that allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class.

0 votes
0 votes
2. decorator... used in object oriented se
0 votes
0 votes

Decorator is used to enhance the functionality of an object at run-time, i.e. it allows you to add new behavior to other objects at run-time.

So, option (2) is correct.

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true