bridge_pattern::ConcreteImplementorB

class ConcreteImplementorB : public bridge_pattern::Implementor

Another concrete implementation of the Implementor interface.

Public Functions

virtual std::string operationImpl() const override

Implementation-specific operation for ConcreteImplementorB.

Returns:

A string representing the operation of ConcreteImplementorB.