Object Oriented Programming Features in Hindi

Описание к видео Object Oriented Programming Features in Hindi

Features of C++:
Reusability- The code written in C++ for one program canbe used in another program of C++.
Bottom-Up Approach- C++ may define functions and program data first and then integrate them together for use.
Object Oriented Programming- C++ Provides mechanism to combine both data and the function of that data into a single unit, called object.
Portability- Same C++ code can be compiled in almost any type of computer and operating system without any changes.
Brevity- Code written in C++ is very short in comparison with other languages.
Modular Programming- An application’s body in C++ can be made up of several source code files (called modules) that are compiled separately and then linked together.
C Compatibility- Any code of C can easily be included in a C++ program without hardly making any change.
Speed-The resulting code from a C++ compilation is very efficient, due indeed to its duality as high-level and low-level language and to the reduced size of the language itself.
Features of Object Oriented Programming are:
Emphasis on objects instead of problem solution
Program developed around objects and classes.
There are 4 basic features of object oriented programming:
1) Encapsulation
2) Abstraction
3) Inheritance
4) Polymorphism
1) Binding Member functions and member data in a single unit , this process is known as Encapsulation.
2) Providing the essential features without showing background details, this feature known as abstraction.
3) When a class acquires the feature/properties of another class, this feature known as Inheritance.
4) Polymorphism means "Single Name - Multiple Forms".


How to Get Jobs After Lockdown
घर बैठे बैठे जॉब कैसे पाये ?
   • How to Get Jobs After Lockdown | घर ब...  
Lockdown के बाद जॉब कैसे मिलेगी ?
jobs after Lockdown
   • Lockdown के बाद जॉब कैसे मिलेगी ? | j...  
5 मिनिट में हिंदी टाइपिंग करना सीखे
Learn Hindi Typing in 5 Minutes
   • 5 मिनिट में हिंदी टाइपिंग करना सीखे |...  
7 Free Opportunities in Lockdown |
फ्री कोर्स
   • 7 Free Opportunities in Lockdown | फ्...  
Future of Electrical Engineering |
इलेक्ट्रिकल इंजीनियरिंग का भविष्य
   • Future of Electrical Engineering | इल...  

Комментарии

Информация по комментариям в разработке