Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object Oriented Programming in C++ (Indonesian Version)
Rating: 4.5 out of 5(134 ratings)
5,954 students

Object Oriented Programming in C++ (Indonesian Version)

Learn how to program object oriented using C++ for beginner!
Last updated 2/2018
Indonesian

What you'll learn

  • Explain benefits of object-oriented concept
  • Implement the object-oriented concept in C++ programming
  • Select the appropriate data and function specifiers
  • Distinguish several type of polymorphism concept

Course content

3 sections10 lectures1h 57m total length
  • Introduction & IO Stream8:29

    Understand the basic concepts of OOP, write code with basic syntax in C++, and implement IO Stream for getting input and displaying output (Mengerti konsep dasar OOP, mengkode dengan sintaks dasar pada C++, dan mengimplementasi IO Stream untuk mendapatkan input dan menampilkan output).

  • Class & Object5:36

    Create and use the class and object (Membuat dan menggunakan class dan object).

  • Constructor & Destructor8:08

    Execute the constructor and destructor by creating and deleting an object (Menjalankan constructor dan destructor melalui pembuatan dan penghapusan object).

  • Introduction to Object Oriented Programming

Requirements

  • Have basic skill of C programming language
  • Download and install IDE for C++ (Code::Blocks, CodeLite Visual Studio, etc)

Description

This course discusses about object oriented programming in C++. It's started by explaining the basic concept of object-oriented. Then, followed by its implementation in C++ programming language. This course provide 10 tutorial videos which will cover each essential concept of object oriented programming and their implementation in C++ programming language. This course takes about 2 hours to complete. After completing this course, students will be able to understand the core concept of object oriented programming such as abstract data type, inheritance, polymorphism and encapsulation. Student will also see the reasons why object oriented programming is better than procedural programming.

Please note that the language used in this course is Indonesian. We are working to translate it into English.

Who this course is for:

  • This course is designed to provide a basic understanding about C++ programming and object-oriented concept. Moreover, it also discusses about references, pointers, and function specifiers. This course is not recommended for students whose do not have basic skill of C programming language.