Tag: Programming

Important Concepts of Object Oriented Programming in C#

OOPS (Object Oriented Programming) is extensively used in software development to solve many problems. Below are some of the important keywords / concepts of Object Oriented Programming in C# 1. Classes & Objects (Instances) 2. Data Abstraction 3. Encapsulation 4. Inheritance 5. Polymorphism 6. Message Passing etc.

Programming and working under pressure.

There are times when you see that the programming team might end up working long hours and even stretch to work till 4-5 AM in the morning. There are also times when the team gets the job done quickly without much stress. Having a healthy work pressure can be good but too much of pressure is not. This may be case when someone run their own…