Answer Posted / anand
what are the characteristics of oops?
Answer
# 2
1. Objects
2. Classes
3. Data Abstraction
4. Data Encapsulation
5. Inheritance
6. Polymorphism
7. Dynamic Binding
8. Operator overloading & Function overloading
| Is This Answer Correct ? | 48 Yes | 13 No |
Post New Answer View All Answers
What are the 5 oop principles?
How is class defined?
State what is encapsulation and friend function?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What makes a language oop?
What is the highest level of cohesion?
what type of question are asked in thoughtworks pair programming round ?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Get me an image implementation program.
What is class in oop with example?
How do you define social class?
What is object in oop with example?
Why is polymorphism important in oop?
Write a c++ program to display pass and fail for three student using static member function