What are the OOPS concepts?

Answer Posted / varsha patel

OOPs concepts are
1)object
2)class
3)encapsulation
4)abstraction
5)polymorphism
6)inheritance

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use encapsulation in oops?

524


What is the difference between static polymorphism and dynamic polymorphism?

587


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.

1641


How do you define social class?

603


What is encapsulation c#?

601






design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6155


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

1691


Can enum be null?

587


What is overriding vs overloading?

586


What are the 3 principles of oop?

619


Get me an image implementation program.

1559


What is the difference between encapsulation and polymorphism?

598


What are the components of marker interface?

602


Why is oop better than procedural?

606


What is class and object with example?

587