Is html an oop?
No Answer is Posted For this Question
Be the First to Post Answer
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
What is methods in oop?
What is late bound function call and early bound function call? Differentiate.
What is polymorphism ? Explain with examples
What is the differances between a abstract calss and interface
What are the benefits of polymorphism?
What is abstraction in oop?
What is encapsulation in ict?
what is ns string? what is ns array?
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.
i^=j; j^=i; i^=j; value of i,j