Question
Under Section 303(1) of BNS, theft is committed when a
person:Solution
This answer is based on Section 303(1) of the BNS (which corresponds to Section 378 of the old IPC). 1. The Statutory Definition (Section 303(1) BNS) "Whoever, intending to take dishonestly any movable property out of the possession of any person without that person's consent , moves that property in order to such taking, is said to commit theft." 2. The 5 Essential Ingredients of Theft For an act to constitute theft under this section, all five conditions must be met:
- Dishonest Intention: The intention to cause wrongful gain to one person or wrongful loss to another.
- Movable Property: Theft cannot be committed of immovable property (like land or a house) until it is severed from the earth.
- Possession: The property must be taken out of someone's possession (ownership is not required; e.g., stealing from a person who had rented the item is still theft).
- Without Consent: The taking must be without the consent (express or implied) of the possessor.
Consider a table Orders with columns OrderID, CustomerID, OrderDate, and TotalAmount. Which SQL query would correctly find the total number of orders an...
Which of the following statements is correct for Python lists?
Which of the following is used to declare a list in Python?
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...In C, which function is used to release dynamically allocated memory?
In Java, which data type is used to store true or false values?
In C, which keyword is used to define a constant value?
Which C operator is used to access a value at a memory address stored in a pointer?
Which Python keyword is used to handle exceptions?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?