What is the OOPs concept?

Answers were Sorted based on User's Feedback



What is the OOPs concept?..

Answer / nashiinformaticssolutions

The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.

Is This Answer Correct ?    0 Yes 0 No

What is the OOPs concept?..

Answer / glibwaresoftsolutions

The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.

Is This Answer Correct ?    0 Yes 0 No

What is the OOPs concept?..

Answer / hr@tgksolutions.com

The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is link list?

3 Answers  


What are the uses of a pointer?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


Explain argument and its types.

0 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


difference between the array and linked list general difference related to memory

2 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


What is local and global variable in c?

0 Answers  


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


Categories