Principle: Any person who provides service to others is bound to ensure that such service is without any defect. Fact: X, a resident of a middle class housing colony, was habituated to taking morning walks in the RWA Park. One day, X, accompanied by his wife, after taking one round in the park, decided to go out to walk on the main road, maintained by the Municipal Corporation. They were walking on the beautiful footpath which was paved with interlocking concrete bricks. Suddenly X’s wife, who was walking behind her husband, fell down into a big hole on the pavement, which was not there when X crossed the point. X pulled out his wife from the pit and observed that the hole occurred due to a bad construction of the pavement. X wants to sue the Corporation for compensation for the injuries suffered by his wife.
Reveal answer
Fill a bubble to check yourself
Keep practicing — related questions
- What will be the output of the program? class A { final public int GetResult(int a, int b) { return 0; } } ...
- class A { protected int method1(int a, int b) { return 0; } } Which is valid in a class that extends class A?
- What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
- What will be the output of the program (when you run with the -ea option) ? public class Test { public stat...
- What will be the output of the program? public class Test { public static void main(String[] args) { int x ...
- What will be the output of the program? public class Test { public static int y; public static void foo(int...
- class A { A( ) { } } class B extends A { } Which statement is true?
- What will be the output of the program? class Two { byte x; } class PassO { public static void main(String ...