What are the OOPS concepts?

Answer Posted / nehru

Encapsulation
Data Abstraction
Polymorphism
Persistence
Deli cation
Generosity
Extensibility

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to get the oracle certification? send me the answer

1663


What is multilevel inheritance explain with example?

621


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1891


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

938


What is multilevel inheritance?

719






How do you use inheritance in unity?

584


What is the difference between abstraction and polymorphism?

606


Can a varargs method be overloaded?

613


What do you mean by abstraction?

605


What is difference between multiple inheritance and multilevel inheritance?

598


Can we override main method?

597


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.

1633


What does and I oop mean in text?

616


What is the difference between encapsulation and polymorphism?

584


Why is abstraction used?

599