Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

I have been working with Object Oriented Programming Languages for last 8 years. However, I had never had the time to analyse the OOPS concepts, though I always had answers for the interview questions ready, like, Abstraction is data hiding etc. Later, when I started taking interviews I found that almost all programmers have the answers (one word or sentence) ready, though they do not understand the basics of concepts and why these concepts are important. Here I am trying to provide my view of OOPS concepts, hoping that this would help programmers understand the concepts to the core

Archive · View All
August 2012 5
March 2013 2

  • 0
    Liked

    All about ENUM

    Enum, like class, creates a new data type. Hence, enum is at the same level as a class, struct or interface. namespace AllAboutEnum { class Program { static void Main(string[] args) { Result r = Result.PartialSuccess; ...
    Blogs »  Saugat's Blog
    Saugat  Posted on Mar 17 2013 12:00AM
    Profile
  • 3
    Liked

    Overview of NOTHING (Null in C#).

    I was wondering about the longest word in English dictionary ‘Floccinaucinihilipilification’ which means to estimate something as valueless; in other words ‘nothing’; technically we call it a null.   Null in C# The concept of null is derived ...
    Blogs »  Saugat's Blog
    Saugat  Posted on Aug 17 2012 4:19AM
    Profile
  • 4
    Liked

    Design Pattern: Singleton (vs. static class)

    Yesterday, I came across a question from my colleague, “What is the difference between static class and singleton class?” So I thought of writing a blog about singleton class (or singleton design pattern) and analyze the differences with static class. ...
    Blogs »  Saugat's Blog
    Saugat  Posted on Aug 9 2012 7:56AM
    Profile
  • 3
    Liked

    OOPS - Basic overview of class

    Class A class is a construct that is used to create instances of it – referred to as objects. A class defines constituent members which enable its instances to have state and behavior. Data members enable a class instance to maintain state. Other kinds...
    Blogs »  Saugat's Blog
    Saugat  Posted on Aug 5 2012 1:36PM
    Profile
  • 3
    Liked

    OOPS - Classes and their relations

    In my previous post (OOPS - A detailed understanding of concepts), I had tried to provide a detailed understanding of basic concepts of OOPS (Class, Object, Abstraction,  Encapsulation, Polymorphism and Inheritance). In this blog I am providing a...
    Blogs »  Saugat's Blog
    Saugat  Posted on Aug 3 2012 3:18AM
    Profile
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]