What is encapsulation oop?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
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 the difference between encapsulation and polymorphism?
How long to learn object oriented programming?
Conversion from a basic type to a class type may be achieved using______________
Why is static class not inherited?
what is function over loading?
How would you stop a class from class from being derived or inherited.
can you give the dynamic polymorphism types?
What is oops in programming?
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
Templates mean