Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: What is C++?

  1. #11

    Default

    It's the best programming language of all time in my opinion!

  2. #12
    Join Date
    Feb 2016
    Location
    CA
    Posts
    381

    Default

    C++ is best programming language to build software.

  3. #13

    Default

    C++ is the Object Oriented Programming Language. It offers classes, which provide the four features commonly present in OOP (and some non-OOP) languages: abstraction, encapsulation, inheritance, and polymorphism. it can be coded in either way and is thus an effective example of a hybrid language.
    Last edited by swikriti.sharma; 12-01-2017 at 06:56 AM.

  4. #14
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •