what are the characteristics of oops?

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


Please Help Members By Posting Answers For Below Questions

This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1635


What is difference between multiple inheritance and multilevel inheritance?

601


What are classes oop?

596


What is oops and its features?

584


What are oops functions?

583






Advantage and disadvantage of routing in telecom sector

784


any one please tell me the purpose of operator overloading

1965


What is byval and byref? What are differences between them?

1687


Get me an image implementation program.

1557


Why is oop useful?

600


What is abstraction encapsulation?

655


What is object-oriented programming? Webopedia definition

719


What is the point of oop?

650


Why is abstraction needed?

565


Who invented oop?

651