Hi team,
Could someone please guild me to understand the difference between instance_init() and the realize() functions? The class_init() function is straight forward (it is similar to the constructor in C++ OOP); But I am, finding hard to quote the difference between instance_init() and realize().
What is the code flow when both functions are defined?