--%>

Describe object-oriented programming

Briefly describe object-oriented programming (OOP)?

E

Expert

Verified

Object-oriented programming is a method to develop logical modules, like classes which include fields, methods, properties, and events. Object is produced in the program to symbolize a class. So, an object encapsulates all the features, like data and behavior which are related to a class. OOP permits developers to develop modular programs and accumulate them as software. Objects are utilized to access data and behaviors of dissimilar software modules, like sharable assemblies, classes and namespaces. .NET Framework supports barely OOP languages, like Visual Basic, Visual C++, .NET, Visual C#.

   Related Questions in Programming Languages

  • Q : Program to controls a quiz show in C++

    Foundations of Computer Science In this project, we will write a program that controls a quiz show, much like the many popular TV shows. The program will read in a group of questions and thei

  • Q : Define Little-endian Little-endian : It

    Little-endian: It is a common difference among machines is the order in which they store up the individual bytes of multi-byte numerical data. The little-endian machine stores the lower-order bytes prior to the higher-order bytes.

  • Q : Define the term Multiprogramming system

    Define the term Multiprogramming system: It is an operating system which is able to run multiple programs parallel.

  • Q : Advantages of Object oriented

    Q. What are the advantages of Object Oriented Programming languages? Explain them. Ans. : Object oriented programming language has following advantages-

    Q : What is Public interface Public

    Public interface: The members of a class prefixed with public access modifier. All these members are visible to each and every class in a program.

  • Q : Describe Data type Data type : It is a

    Data type: It is a specifier to build memory block of some particular size and kind. C++ provides two kinds of data types: A) Fundamental type: That is not composed

  • Q : Define Assembler Assembler : The

    Assembler: The program employed to translate a program which is written in assembly language into the binary form of a specific instruction set.

  • Q : Asynchronous and synchronous postback

    Differeniate asynchronous postback and synchronous postback?

  • Q : Define Java 2 SDK Java 2 SDK : It is a

    Java 2 SDK: It is a particular implementation of the abstract functionality explained in Sun's specification of Java 2 Platform.

  • Q : How does XML maintain white-space in

    How does XML maintain white-space in any documents?