👉 In the context of computer programming, a mockado is an object or function that is created to simulate the behavior of another object or function. It is often used in testing scenarios where actual objects are not available, such as during development and debugging.
A mockado can be created using various techniques depending on the specific requirements of the project. For example:
1.
Mocking a class
: This involves creating a new instance of a class that has been intentionally modified to behave like the original class.