Which OOPS concept exposes only the necessary information to the calling functions?
1
1452
Which OOPS concept is used as a reuse mechanism?
1
1146
Explain basic concepts of OOPS?
1
1030
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
1
1172
Why do we use oops concepts? What is its advantage?
1
1243
Why is java not 100% pure oops?
1
1297
What are the Java’s OOP constructs not supported by Scala? What are the Scala’s OOP constructs not supported by Java? What are the new OOPs constructs introduced by Scala, but not supported by Java?
1
106
When can infinite loop occur in a plugin? How do you avoid infinite loops in plugin code?
1
1159
Why we use oops concepts? What is its advantage?
1
1096
Explain about inheritance in oops?
1
1069
Which is the best way to write loops?
1
984
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
1
1291
Why is the use of exit do or exit for statements within loops discouraged?
1
1144
Is there a way of specifying which block or loop to break out of when working with nested loops?
1
1120
What are the loops in ruby?
1
86