Dec 13, 2025 · 5 min read · Transactions ? What is that ? Sending money to your father’s account from your bank account , is it? Well the answer is yes, anything that get its state changed from one to another in a instance of time can be called transaction. But we are in world ...
Join discussionDec 12, 2025 · 3 min read · Is self a keyword? The answer is no!! Then what is this? Well before answering this question I would like to share where we use self. Lets see a code snippet : class Student: def __init__(self, student_id, name): self.student_id = student...
Join discussionMar 14, 2025 · 2 min read · Three major innovations in programming have been devised to cope with the problem of complexity. They are: Object Oriented Programming The Unified Modeling Language Improved Software development processes Object Oriented Programming (OOP) In thi...
Join discussionMay 26, 2024 · 1 min read · Stackmemory :- It stores primitive data type. Size is known as compile time. It stores static data. Allocated a fixed amount of memory. Let's understand by a simple code : Here, if num2 is equal to num1 then when we update the value of num2, num1 ...
Join discussion