Can you please explain what are the characteristics of Object Oriented programming language?
Submitted by: AdministratorSome key features of the Object Oriented programming are:
Emphasis on data rather than procedure
Programs are divided into entities known as objects
Data Structures are designed such that they characterize objects
Functions that operate on data of an object are tied together in data structures
Data is hidden and cannot be accessed by external functions
Objects communicate with each other through functions
New data and functions can be easily added whenever necessary
Follows bottom up design in program design
Submitted by: Administrator
Emphasis on data rather than procedure
Programs are divided into entities known as objects
Data Structures are designed such that they characterize objects
Functions that operate on data of an object are tied together in data structures
Data is hidden and cannot be accessed by external functions
Objects communicate with each other through functions
New data and functions can be easily added whenever necessary
Follows bottom up design in program design
Submitted by: Administrator
Read Online C++ Template Job Interview Questions And Answers
Top C++ Template Questions
☺ | What is Template class? |
☺ | What is Cass template? |
☺ | Please tell me how is static data member similar to a global variable? |
☺ | Tell us what is the STL, standard template library? |
☺ | What is Class element in C++? |
Top C Plus Plus Language Categories
☺ | C++ Pointers & Functions Interview Questions. |
☺ | C++ Operator Overloading Interview Questions. |
☺ | C++ Exception Handling Interview Questions. |
☺ | C++ Virtual Functions Interview Questions. |
☺ | C++ Template Interview Questions. |