What is the OOPs concept?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
prog for 1st five prime numbers in 2^x - 1
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
When is a “switch” statement preferable over an “if” statement?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
given post order,in order construct the corresponding binary tree
Linked lists -- can you tell me how to check whether a linked list is circular?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is a list in c?
write a program in c language to print your bio-data on the screen by using functions.
What is exit() function?
difference between semaphores and mutex?