Is abstract thinking intelligence?
No Answer is Posted For this Question
Be the First to Post Answer
who is the father of OPPS
Why do we use oop?
What type of Job you are providing?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
How to hide the base class functionality in Inheritance?
What are benefits of oop?
What is a mixin class?
What is interface? When and where is it used?
Why static Function is used in C++?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
What is encapsulation with real life example?