given a set based questions and 5 questions based on it
next data sufficiciency questions 2
and 2/3 english sentence completion with options very easy
and 2 synononmys
paragraph with 10 questions 10 minutes
replace =,-,*,% with -,%,+,* type questions 5
3 questions lik following
itssickhere itssickthere itssickhere istsickhere
which is nt alike the others
very easy
No Answer is Posted For this Question
Be the First to Post Answer
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
What does I oop mean?
Why is oop better than procedural?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
When is an object created and what is its lifetime?
What is the full form of oops?
What is inheritance in simple words?
How do you define social class?
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
What is encapsulation oop?