C++ Object Method Chaining April 29, 2016 c / c++, OOP 2 Comments You might see some method chainning usage in JQuery like this: $('#obj').animate(a).slideUp(b).fadeOut(c); Actually, this is very simple to implement, all we need to do is to return the object … [Continue Reading...]