PAscal Archive

  • Some people truly have the fire in them, fire to do something new; and that changes the way future generations function. A generation back when any geek wanted to learn programming the first step towards learning programming was to learn Turbo Pascal and than slowly we got multiple languages and platforms but not to forget – Turbo Pascal was the revolution in itself and all modern languages drew inferences from working of Pascal. The man behind Pascal and some other commercially successful programming languages is none other than Anders Hejlsberg. Who is Anders Hejlsberg? Anders is a software engineer born...

    Life of Anders Hejlsberg | Anders Hejlsberg History

    Some people truly have the fire in them, fire to do something new; and that changes the way future generations function. A generation back when any geek wanted to learn programming the first step towards learning programming was to learn Turbo Pascal and than slowly we got multiple languages and platforms but not to forget – Turbo Pascal was the revolution in itself and all modern languages drew inferences from working of Pascal. The man behind Pascal and some other commercially successful programming languages is none other than Anders Hejlsberg. Who is Anders Hejlsberg? Anders is a software engineer born...

    Continue Reading...

  • Difference Between Procedure Oriented Programming (POP) & Object Oriented Programming (OOP) Procedure Oriented Programming Object Oriented Programming Divided Into In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects. Importance In POP,Importance is not given to data but to functions as well as sequence of actions to be done. In OOP, Importance is given to the data rather than procedures or functions because it works as a real world. Approach POP follows Top Down approach. OOP follows Bottom Up approach. Access Specifiers POP does not have any access specifier. OOP has...

    Difference between Procedure Oriented Programming and Object Oriented Programming | Procedure Oriented Programming vs. Object Oriented Programming

    Difference Between Procedure Oriented Programming (POP) & Object Oriented Programming (OOP) Procedure Oriented Programming Object Oriented Programming Divided Into In POP, program is divided into small parts called functions. In OOP, program is divided into parts called objects. Importance In POP,Importance is not given to data but to functions as well as sequence of actions to be done. In OOP, Importance is given to the data rather than procedures or functions because it works as a real world. Approach POP follows Top Down approach. OOP follows Bottom Up approach. Access Specifiers POP does not have any access specifier. OOP has...

    Continue Reading...