Question
On the death of a partner, when can the partnership
business continue? I. When there are more than 2 partners in the firm II. When there are 2 or more than 2 partners in the firm III. When the legal representative is interested in taking forward the business IV. When the partnership deed is silent on the dissolution clause on death of a partnerSolution
When a partner dies, subject to any contract to the contrary, partnership is dissolved. Section 42 of the Indian Partnership Act, 1932 (“Act”) provides for dissolution of partnership on occurrence of certain contingencies which includes ‘death of the partner’ as one of those contingencies. However, in cases where the terms of the partnership deed are silent on continuation of partnership’s business, a contract to continue the partnership after the death of a partner may be implied from the conduct of the parties. This means that where it is evident that such an intention was present, the nominee or legal representative of the deceased partner can take the place of deceased partner and business of the firm can be continued with the presumption that the partnership was never dissolved on the death of that partner. The above legal position is based on two assumptions- (a) there are more than two partners in the firm, and (b) the legal representatives are interested in taking forward the business of the firm.
You are designing a function that takes a list of integers and returns a new list containing only the even numbers. What is a good critical thinking ste...
Which feature of Big Data refers to the speed of data generation and processing?
The following Java code attempts to define an abstract class and use it. Identify the best way to correct the error to allow instantiation of a concrete...
______ creates a safe and encrypted connection over less secured network such as internet.
Transfer function of closed loop system with negative feedback is defined as___
Complete the Java method to check if an integer array arr is empty.
public class ArrayChecker {
public boolean isEmpty(int[] arr) {<...
Which algorithm is used for constraint satisfaction problems?
Malicious software is known as :
Consider the following C++ code:
#include
class Base {
public:
virtual void show() = 0;
};
cl...
In n-gram models, what does 'n' represent?