What are the OOPS concepts?

Answer Posted / janet

Object oriented programming organizes a program around it's
data i.e objects and a set of well defined interface to
that data. An Object-oriented program can be characterized
as data controlling access to code.

Is This Answer Correct ?    432 Yes 241 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Advantage and disadvantage of routing in telecom sector

781


What is polymorphism in oop example?

511


What is encapsulation in oop?

600


When not to use object oriented programming?

565


Which is better struts or spring?

613






What is oops and why we use oops?

569


What are main features of oop?

629


What makes a language oop?

591


What are the types of abstraction?

551


What are classes oop?

594


What is destructor oops?

615


Where You Can Use Interface in your Project

1421


Can we create object of interface?

599


What is destructor example?

591


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1773