Tag Archives

Consumer Buying vs Organizational Buying

Consumer buying is where the final consumer buys goods and services for the personal consumption. In other words consumer buying means the day to day purchases …

Recent Trends in World Trade

Expanding Volume Increased Competition Increasing Complexity Trade in Services The large volumes of trade, the existence of huge multinational business …

Extended Relationship Marketing

In general Relationship marketing is company focusing on existing customer base and building long lasting relationships with them and merely trying …

Functions of Money

“Money” is a word which holds a huge buzz in a current world as it said that money dominates the world. In simple terms Money is anything that can …

Demand for Money

People may demand money for different purposes. Some may demand money to buy goods, some may want to save money in bank where as some may want to invest money …

Design Patterns : Iterator pattern

What is iteration? In computer science, an iterator is an object which allows a programmer to traverse through all the elements of a collection, regardless of …

Design Patterns : Builder pattern

Motivation To reduce the size of a class that has many methods. Also to allow step-by-step construction of a target object. Intent Separate the construction of …

Design Patterns : Adapter pattern

Motivation Sometime a toolkit class that’s designed for reuse isn’t reusable only because its interface doesn’t match the domain-specific interface an …

Design Patterns : Facade pattern

Motivation Structuring a system in to subsystem helps reduce complexity. A common design goal is to minimize the commutation and dependencies between systems. …

Design Patterns : Flyweight pattern

Motivation There are cases in programming where it seems that you need to generate a very large number of small class instances to represent data. Sometimes …